summaryrefslogtreecommitdiff
path: root/cli/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'cli/README.md')
-rw-r--r--cli/README.md16
1 files changed, 1 insertions, 15 deletions
diff --git a/cli/README.md b/cli/README.md
index cd3cf80b..3ebfd1bf 100644
--- a/cli/README.md
+++ b/cli/README.md
@@ -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) \ No newline at end of file
+``` \ No newline at end of file