We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f0e260 commit ccb5ddbCopy full SHA for ccb5ddb
README.md
@@ -6,6 +6,7 @@ This repository contains the apt repository for the Please CLI, an AI helper scr
6
## Installation
7
8
```bash
9
+curl -sS https://tng.github.io/apt-please/public_key.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/please.gpg > /dev/null
10
echo "deb https://tng.github.io/apt-please/ ./" | sudo tee -a /etc/apt/sources.list
11
sudo apt-get update
12
0 commit comments