You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
354 B
12 lines
354 B
5 years ago
|
# 🛳 Installation
|
||
|
|
||
|
Linux & macOS. Windows is not supported. If you have problems installing please open an issue :)
|
||
|
|
||
|
Autorestic requires `curl`, `wget` and `bzip2` to be installed. For most systems these should be already installed.
|
||
|
|
||
|
```bash
|
||
|
curl -s https://raw.githubusercontent.com/CupCakeArmy/autorestic/master/install.sh | bash
|
||
|
```
|
||
|
|
||
|
> :ToCPrevNext
|