Skip to content

Commit

Permalink
docs: small linux doc update (#1493)
Browse files Browse the repository at this point in the history
Make docs for linux install more complete
  • Loading branch information
gotbadger authored Feb 12, 2024
1 parent 0a6109c commit 9275286
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/reference/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ brew install bearer/tap/bearer
### Debian/Ubuntu

```bash
sudo apt-get update && sudo apt-get install ca-certificates -y && sudo update-ca-certificates
sudo apt-get install apt-transport-https
echo "deb [trusted=yes] https://apt.fury.io/bearer/ /" | sudo tee -a /etc/apt/sources.list.d/fury.list
sudo apt-get update
Expand Down

0 comments on commit 9275286

Please sign in to comment.