mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-22 07:29:56 -05:00
Removed references to Tails, since it is not yet supported until #220 is resolved
This commit is contained in:
parent
5e32ede0f6
commit
d987a23c40
2
BUILD.md
2
BUILD.md
@ -11,7 +11,7 @@ cd onionshare
|
||||
|
||||
*For .deb-based distros (like Debian, Ubuntu, Linux Mint):*
|
||||
|
||||
Note that python-stem appears in Debian wheezy and newer (so by extension Tails 1.1 and newer), and it appears in Ubuntu 13.10 and newer. Older versions of Debian and Ubuntu aren't supported.
|
||||
Note that python-stem appears in Debian wheezy and newer, and it appears in Ubuntu 13.10 and newer. Older versions of Debian and Ubuntu aren't supported.
|
||||
|
||||
```sh
|
||||
sudo apt-get install -y build-essential fakeroot python-all python-stdeb python-flask python-stem python-qt4 dh-python
|
||||
|
@ -24,7 +24,7 @@ If you're interested in exactly what OnionShare does and does not protect agains
|
||||
|
||||
You can download OnionShare to install on your computer from <https://onionshare.org/>.
|
||||
|
||||
You can set up your development environment to build OnionShare yourself by following [these instructions](/BUILD.md). You can also install OnionShare in your Tails persistent volume by following [these instructions](/tails/README.md).
|
||||
You can set up your development environment to build OnionShare yourself by following [these instructions](/BUILD.md).
|
||||
|
||||
## How to Use
|
||||
|
||||
|
@ -40,7 +40,7 @@ def get_image_path(filename):
|
||||
Returns the OnionShare image path.
|
||||
"""
|
||||
p = helpers.get_platform()
|
||||
if p == 'Linux' or p == 'Tails':
|
||||
if p == 'Linux':
|
||||
prefix = os.path.join(sys.prefix, 'share/onionshare/images')
|
||||
elif p == 'Darwin':
|
||||
prefix = os.path.join(helpers.osx_resources_dir, 'images')
|
||||
|
Loading…
x
Reference in New Issue
Block a user