Small update to the docs

This commit is contained in:
Vladyslav Usenko 2021-12-05 15:16:00 +01:00
parent 4e5d070d9f
commit 6c51d03537
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ Set up keys, add the repository to the sources list, update the Ubuntu package i
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0AD9A3000D97B6C9
sudo sh -c 'echo "deb [arch=amd64] http://packages.usenko.eu/ubuntu $(lsb_release -sc) $(lsb_release -sc)/main" > /etc/apt/sources.list.d/basalt.list'
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install basalt
```