Move docs back to root, move onionshare_gui into briefcase app, and make modifications so briefcase app will work

This commit is contained in:
Micah Lee 2020-10-13 17:28:54 -07:00
parent f4abcf1be9
commit b42f92d714
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
490 changed files with 226 additions and 14886 deletions

View file

@ -21,14 +21,6 @@
@@@@@@@@@
```
# OnionShare CLI
_This project is under development and not ready for use._
OnionShare is an open source tool that lets you securely and anonymously share files, host websites, and chat with friends using the Tor network.
This is the command line version of OnionShare. [Click here](https://github.com/micahflee/onionshare) for the graphical version.
## Installing OnionShare CLI
First, make sure you have `tor` installed. In Linux, install it through your package manager. In macOS, install it with [Homebrew](https://brew.sh): `brew install tor`.
@ -74,14 +66,8 @@ Before making a release, make update the version in these places:
- `pyproject.toml`
- `onionshare_cli/resources/version.txt`
And edit `CHANGELOG.md` to include a list of all major changes since the last release.
Create a PGP-signed git tag. For example for OnionShare CLI 0.1.0, the tag must be `v0.1.0`.
Build and publish to PyPi:
```
poetry publish --build
```
Test status: [![CircleCI](https://circleci.com/gh/micahflee/onionshare-cli.svg?style=svg)](https://circleci.com/gh/micahflee/onionshare-cli)
```