]> git.lizzy.rs Git - torbrowser-launcher.git/commitdiff
Remove unused dependency from build instructions
authorMicah Lee <micah@micahflee.com>
Fri, 27 Jan 2017 04:52:44 +0000 (20:52 -0800)
committerMicah Lee <micah@micahflee.com>
Fri, 27 Jan 2017 04:52:44 +0000 (20:52 -0800)
BUILD.md

index 17199c727858d7ac78892758fc59887b768c773f..674ab8eebc9c1e9647aa7ac26b9c63864803dda9 100644 (file)
--- a/BUILD.md
+++ b/BUILD.md
@@ -12,7 +12,7 @@ Then install dependencies, build a package, and install:
 ### Debian, Ubuntu, Linux Mint, etc.
 
 ```sh
-sudo apt-get install build-essential dh-python python-all python-stdeb python-gtk2 python-psutil python-twisted python-lzma python-txsocksx gnupg fakeroot xz-utils tor
+sudo apt-get install build-essential dh-python python-all python-stdeb python-gtk2 python-twisted python-lzma python-txsocksx gnupg fakeroot xz-utils tor
 ./build_deb.sh
 sudo dpkg -i deb_dist/torbrowser-launcher_*.deb
 ```