Browse Source

typo fix

tags/1.4.1
Azlux 4 years ago
parent
commit
615a78f00e
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      README.md

+ 4
- 4
README.md View File

@@ -19,10 +19,10 @@ _____

## Install
### With APT (recommended)
echo "deb http://packages.azlux.fr/debian/ buster main" | sudo tee /etc/apt/sources.list.d/azlux.list`
wget -qO - https://azlux.fr/repo.gpg.key | sudo apt-key add -`
apt update`
apt install log2ram`
echo "deb http://packages.azlux.fr/debian/ buster main" | sudo tee /etc/apt/sources.list.d/azlux.list
wget -qO - https://azlux.fr/repo.gpg.key | sudo apt-key add -
apt update
apt install log2ram

### Manually
curl -Lo log2ram.tar.gz https://github.com/azlux/log2ram/archive/master.tar.gz


Loading…
Cancel
Save