1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-28 10:38:45 +00:00

Merge pull request #673 from rahimnathwani/master

Update README with missing 'cd build' command
This commit is contained in:
Mike Gelfand 2018-10-20 18:06:51 +01:00 committed by GitHub
commit f4dc55f87b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
$ cd transmission-2.92
$ mkdir build
$ cd build
$ cmake ..
$ make
$ sudo make install