Skip to content

Commit 937422b

Browse files
committed
Add instructions for adding repo key
The instructions for adding the repo to the system did not point out that a GPG key needs to be added with pacman-key. See #11
1 parent fe61a99 commit 937422b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ available by enabling `[atom]` repository in `/etc/pacman.conf`:
77
Server = http://noaxiom.org/$repo/$arch
88
```
99

10+
You should also add the repo's key to your trusted keys:
11+
12+
```sh
13+
sudo pacman-key -r B0544167
14+
sudo pacman-key --lsign-key B0544167
15+
```
16+
1017
Check the Arch [wiki][atom-wiki] for more information.
1118

1219
# Build method

0 commit comments

Comments
 (0)