aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaptak Sengupta <saptak013@gmail.com>2024-02-13 13:40:08 +0530
committerGitHub <noreply@github.com>2024-02-13 13:40:08 +0530
commit62e5baa1c3b483e02d45babd775092a7900c29ad (patch)
tree2d512fd6d044d737c47d9c572cecd2d3d6337ef4
parentc5ca6a19b1d7b99199500d3a6f3861e2f9eacd46 (diff)
downloadonionshare-update-release-docs.tar.gz
onionshare-update-release-docs.zip
Update RELEASE.mdupdate-release-docs
-rw-r--r--RELEASE.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 035dd3f8..6fa689f8 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -85,7 +85,7 @@ To test locally:
- Build snap with: `snapcraft`
- Install with: `sudo snap install ./onionshare_${VERSION}_amd64.snap --devmode`
-To in the edge branch:
+To test in the edge branch:
With every commit to the `main` branch, Snapcraft's CI should trigger builds. Make sure the builds all succeeded at https://snapcraft.io/onionshare/builds (you must be logged in), and test them. You can install them with: `snap install onionshare --edge`
@@ -98,7 +98,7 @@ In `flatpak/org.onionshare.OnionShare.yaml`:
```sh
cd flatpak-builder-tools/go
- # For each these, incorporate the output into the Flatpak maniest
+ # For each these, incorporate the output into the Flatpak manifest
# Make sure to update the version numbers
./flatpak-go-deps.py git.torproject.org/pluggable-transports/meek.git/meek-client@v0.38.0
./flatpak-go-deps.py git.torproject.org/pluggable-transports/snowflake.git/client@v2.6.0
@@ -124,7 +124,7 @@ In `flatpak/org.onionshare.OnionShare.yaml`:
```sh
flatpak-builder build --force-clean --jobs=$(nproc) --install-deps-from=flathub --install --user flatpak/org.onionshare.OnionShare.yaml
flatpak run org.onionshare.OnionShare
-```
+ ```
### Create a signed git tag