1
0
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:
Dmitry Vedenko 2021-06-01 16:09:34 +03:00 committed by GitHub
parent 27618eb95f
commit 58d5cf73c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: