autorestic/docs/markdown/installation.md

26 lines
763 B
Markdown
Raw Normal View History

2020-05-17 14:52:30 +02:00
# 🛳 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
```
2021-04-28 13:38:20 +02:00
## Alternatives
### Manual
You can download the right binary from the release page and simply copy it to `/usr/local/bin` or whatever path you prefer. Autoupdates will still work.
### Brew
In the pipeline, see the [issue](https://github.com/cupcakearmy/autorestic/issues/58) for status.
### AUR
If you are on Arch there is an [AUR Package](https://aur.archlinux.org/packages/autorestic-bin/) by @n194.
2020-05-17 14:52:30 +02:00
> :ToCPrevNext