Update 'README.md'

This commit is contained in:
array-in-a-matrix 2022-09-16 21:15:13 -04:00
parent 1d256f12af
commit 218b63bbe5
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# PC-outro
```sgcc -Wall -O2 pc-outro.c -o pc-outro.elf -lmpg123 -lao```
```sh
gcc -Wall -O2 pc-outro.c -o pc-outro.elf -lmpg123 -lao
```