diff --git a/tails/README.md b/tails/README.md index 9e865812..a4a0a71a 100644 --- a/tails/README.md +++ b/tails/README.md @@ -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. -*The OnionShare GUI works in Tails 1.1 and later.* - ### 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: cd ~/Persistent 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. diff --git a/tails/build.sh b/tails/install_in_persistent_volume.sh similarity index 100% rename from tails/build.sh rename to tails/install_in_persistent_volume.sh