mirror of
https://github.com/vsariola/sointu.git
synced 2025-10-05 03:25:06 -04: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:
|
||||
|
||||
```
|
||||
sointu-compile -o . -arch=386 tests/test_chords.yml
|
||||
sointu-compile -arch=386 tests/test_chords.yml
|
||||
nasm -f win32 test_chords.asm
|
||||
```
|
||||
|
||||
WebAssembly example:
|
||||
|
||||
```
|
||||
sointu-compile -o . -arch=wasm tests/test_chords.yml
|
||||
sointu-compile -arch=wasm tests/test_chords.yml
|
||||
wat2wasm test_chords.wat
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user