mirror of
https://github.com/vsariola/sointu.git
synced 2025-11-19 09:02:57 -05:00
docs: Update README.md (-o . is not needed; it's the default behavior)
This commit is contained in:
parent
f13a5cd2df
commit
74fea4138f
@ -181,14 +181,14 @@ The compiler can then be used to compile a .yml song into .asm and .h files. For
|
|||||||
example:
|
example:
|
||||||
|
|
||||||
```
|
```
|
||||||
sointu-compile -o . -arch=386 tests/test_chords.yml
|
sointu-compile -arch=386 tests/test_chords.yml
|
||||||
nasm -f win32 test_chords.asm
|
nasm -f win32 test_chords.asm
|
||||||
```
|
```
|
||||||
|
|
||||||
WebAssembly example:
|
WebAssembly example:
|
||||||
|
|
||||||
```
|
```
|
||||||
sointu-compile -o . -arch=wasm tests/test_chords.yml
|
sointu-compile -arch=wasm tests/test_chords.yml
|
||||||
wat2wasm test_chords.wat
|
wat2wasm test_chords.wat
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user