Update README with missing 'cd build' command

This commit is contained in:
Rahim Nathwani
2018-07-28 15:38:25 -07:00
committed by GitHub
parent c11f2870fd
commit 79833abdf1

View File

@@ -29,6 +29,7 @@ For a more detailed description, and dependencies, visit: https://github.com/tra
$ tar xf transmission-2.92.tar.xz $ tar xf transmission-2.92.tar.xz
$ cd transmission-2.92 $ cd transmission-2.92
$ mkdir build $ mkdir build
$ cd build
$ cmake .. $ cmake ..
$ make $ make
$ sudo make install $ sudo make install