Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit 4034b75

Browse files
rianjsclaude
andcommitted
docs: update Linux installation instructions
- Make APT the recommended installation method (it's working) - Simplify APT instructions for clarity - Note Snap is pending store approval Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c2666ae commit 4034b75

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54,24 +54,16 @@ Download from the [Releases page](https://github.com/open-cli-collective/conflue
5454

5555
### Linux
5656

57-
**Snap (recommended)**
58-
59-
```bash
60-
sudo snap install ocli-confluence
61-
```
62-
63-
The command is `cfl` after installation.
64-
65-
**APT (Debian/Ubuntu)**
57+
**APT (Debian/Ubuntu) - Recommended**
6658

6759
```bash
6860
# Add the GPG key
6961
curl -fsSL https://open-cli-collective.github.io/linux-packages/keys/gpg.asc | sudo gpg --dearmor -o /usr/share/keyrings/open-cli-collective.gpg
7062

7163
# Add the repository
72-
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/open-cli-collective.gpg] https://open-cli-collective.github.io/linux-packages/apt stable main" | sudo tee /etc/apt/sources.list.d/open-cli-collective.list
64+
echo "deb [signed-by=/usr/share/keyrings/open-cli-collective.gpg] https://open-cli-collective.github.io/linux-packages/apt stable main" | sudo tee /etc/apt/sources.list.d/open-cli-collective.list
7365

74-
# Install
66+
# Update and install
7567
sudo apt update
7668
sudo apt install cfl
7769
```
@@ -103,6 +95,15 @@ sudo dnf install cfl
10395
brew install open-cli-collective/tap/cfl
10496
```
10597

98+
**Snap**
99+
100+
```bash
101+
sudo snap install ocli-confluence
102+
sudo snap alias ocli-confluence cfl # Optional: create 'cfl' alias
103+
```
104+
105+
> Note: Snap package is pending store approval. Check availability at https://snapcraft.io/ocli-confluence
106+
106107
**Binary download**
107108

108109
Download `.deb`, `.rpm`, or `.tar.gz` from the [Releases page](https://github.com/open-cli-collective/confluence-cli/releases) - available for x64 and ARM64.

0 commit comments

Comments
 (0)