From: Rahim Nathwani Date: Sat, 28 Jul 2018 22:38:25 +0000 (-0700) Subject: Update README with missing 'cd build' command X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79833abdf1b8427966faa2621af8314917187570;p=transmission Update README with missing 'cd build' command --- diff --git a/README.md b/README.md index e38556ffa..c8fb038b7 100644 --- 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