Skip to content

Commit

Permalink
readme modify
Browse files Browse the repository at this point in the history
  • Loading branch information
qdrvm-ci committed Nov 22, 2024
1 parent bb5f068 commit 667288a
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,33 @@ make debug_docker
make clear
```

### Installation from APT Package

To install KAGOME releases using the provided package repository, follow these steps (tested on Ubuntu 24.04.1 LTS (Noble Numbat)):

Update your package lists and install necessary utilities:

```sh
apt update && apt install -y gpg curl
```

Add the repository’s GPG signing key:

```sh
curl -fsSL https://europe-north1-apt.pkg.dev/doc/repo-signing-key.gpg | gpg --dearmor -o /usr/share/keyrings/europe-north-1-apt-archive-keyring.gpg
```

Add the KAGOME package repository to your sources list:
```sh
echo "deb [signed-by=/usr/share/keyrings/europe-north-1-apt-archive-keyring.gpg] https://europe-north1-apt.pkg.dev/projects/kagome-408211 kagome main" > /etc/apt/sources.list.d/kagome.list
```

Update the package lists and install KAGOME:

```sh
apt update && apt install -y kagome
```

### Using KAGOME

#### Obtaining database snapshot (optional)
Expand Down

0 comments on commit 667288a

Please sign in to comment.