updates Tails readme, and renaming install in persistence script

This commit is contained in:
Micah Lee 2014-09-23 17:40:36 +00:00
parent 84bef80def
commit 1f59e3696d
2 changed files with 1 additions and 3 deletions

View File

@ -2,15 +2,13 @@
Until OnionShare gets included in Debian, it will be annoying to install it in Tails so that it persists reboots. For now, you'll need to run a build script the first time, and then install it separately each time you boot. These instructions make it pretty simple. Until OnionShare gets included in Debian, it will be annoying to install it in Tails so that it persists reboots. For now, you'll need to run a build script the first time, and then install it separately each time you boot. These instructions make it pretty simple.
*The OnionShare GUI works in Tails 1.1 and later.*
### Building for Tails the first time ### Building for Tails the first time
Start by booting to Tails. Mount your persistent volume and set an administrator password. Once you login and connect to the Tor network, open a terminal and type: Start by booting to Tails. Mount your persistent volume and set an administrator password. Once you login and connect to the Tor network, open a terminal and type:
cd ~/Persistent cd ~/Persistent
git clone https://github.com/micahflee/onionshare.git git clone https://github.com/micahflee/onionshare.git
sudo onionshare/tails/build.sh sudo onionshare/tails/install_in_persistent_volume.sh
You only need to do that once each time you want to build a new verison of OnionShare. You only need to do that once each time you want to build a new verison of OnionShare.