Skip to content

Commit c2536f3

Browse files
author
Andrew Rabert
authored
Merge pull request #1012 from samfreund/readme-command-substitution-fix
Fix command substitution syntax in README
2 parents b37ba81 + a156f19 commit c2536f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ cd mpv-build
4242
./use-mpv-release
4343
./update
4444
echo -Dlibmpv=true > mpv_options
45-
./rebuild -j`nproc`
45+
./rebuild -j$(nproc)
4646
sudo ./install
4747
sudo ln -s /usr/local/lib/x86_64-linux-gnu/libmpv.so /usr/local/lib/x86_64-linux-gnu/libmpv.so.1
4848
sudo ln -sf /usr/local/lib/x86_64-linux-gnu/libmpv.so /usr/local/lib/libmpv.so.2

0 commit comments

Comments
 (0)