mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-18 09:00:52 +02:00
Fixes a backtick in Linux instruction
This commit is contained in:
parent
27618eb95f
commit
58d5cf73c2
@ -133,7 +133,7 @@ cmake -GXCode -T buildsystem=1 -Daudacity_use_mad="off" -Daudacity_use_id3tag=of
|
||||
|
||||
3. Build Audacity:
|
||||
```
|
||||
$ make -j'nproc`
|
||||
$ make -j`nproc`
|
||||
```
|
||||
|
||||
4. Testing the build:
|
||||
|
Loading…
x
Reference in New Issue
Block a user