Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Nov 15, 2024
1 parent be509d6 commit ffa968f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 27 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/flatpak-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,21 +241,3 @@ jobs:
echo "::error::Failed to push appdata.xml to gh-pages branch"
exit 1
fi
- name: Export Public Key
run: |
cd flatpak-repo
# Export the public key in ASCII armor format
gpg --armor --export ${{ secrets.GPG_KEY_ID }} > futr.gpg
git add futr.gpg
- name: Commit GPG key
run: |
cd flatpak-repo
if ! git commit -m "Update GPG public key"; then
echo "::warning::No changes to GPG key"
fi
if ! git push origin gh-pages; then
echo "::error::Failed to push GPG key to gh-pages branch"
exit 1
fi
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,17 @@ Install via Flatpak:

#### Stable Release

First, import the repository signing key:

```bash
curl -fsSL https://flatpak.futrnostr.com/futr.gpg | gpg --import
```

Then add the repository and install:

```bash
flatpak remote-add --if-not-exists futr-stable https://flatpak.futrnostr.com/futr-stable
flatpak install futr-stable com.futrnostr.futr
flatpak remote-add --if-not-exists futr-stable https://flatpak.futrnostr.com/futr-stable.flatpakrepo
flatpak install com.futrnostr.futr
```

#### Development Builds

```bash
flatpak remote-add --if-not-exists futr-continuous https://flatpak.futrnostr.com/repo-continuous
flatpak remote-add --if-not-exists futr-continuous https://flatpak.futrnostr.com/futr-continuous.flatpakrepo
flatpak install com.futrnostr.futr
```

Expand Down

0 comments on commit ffa968f

Please sign in to comment.