Add Arch installation

master
Ivan Klymenchenko 2 years ago
parent dc03bb66fb
commit 137fe5f038

@ -45,7 +45,7 @@ go install
On macOS, you can install Smug using [MacPorts](https://www.macports.org) or [Homebrew](https://brew.sh). On macOS, you can install Smug using [MacPorts](https://www.macports.org) or [Homebrew](https://brew.sh).
### Homebrew #### Homebrew
```bash ```bash
brew install smug brew install smug
@ -58,6 +58,18 @@ sudo port selfupdate
sudo port install smug sudo port install smug
``` ```
### Linux
#### Arch
There's [AUR](https://aur.archlinux.org/packages/smug) with smug.
```bash
git clone https://aur.archlinux.org/smug.git
cd smug
makepkg -si
```
## Usage ## Usage
``` ```

Loading…
Cancel
Save