]> granicus.if.org Git - transmission/commitdiff
Update README with missing 'cd build' command
authorRahim Nathwani <rahim+github@encona.com>
Sat, 28 Jul 2018 22:38:25 +0000 (15:38 -0700)
committerGitHub <noreply@github.com>
Sat, 28 Jul 2018 22:38:25 +0000 (15:38 -0700)
README.md

index e38556ffa0cc092e5176808be2138175aa8787dd..c8fb038b7707cea1d482ba90645b29bfc59b7658 100644 (file)
--- a/README.md
+++ b/README.md
@@ -29,6 +29,7 @@ For a more detailed description, and dependencies, visit: https://github.com/tra
     $ tar xf transmission-2.92.tar.xz
     $ cd transmission-2.92
     $ mkdir build
+    $ cd build
     $ cmake ..
     $ make
     $ sudo make install