Merge pull request #880 from CosminGGeorgescu/pacman_readme

Arch Linux installation
This commit is contained in:
Sagie Gur-Ari
2023-08-10 10:50:15 +03:00
committed by GitHub
+8
View File
@@ -12,6 +12,7 @@
* [Overview](#overview)
* [Installation](#installation)
* [Arch Linux](#installation-arch-linux)
* [Binary Release](#installation-binary-release)
* [Usage](#usage)
* [Simple Example](#usage-simple)
@@ -165,6 +166,13 @@ In order to install with minimal features (for example, no TLS support), run the
cargo install --no-default-features --force cargo-make
```
<a name="installation-arch-linux"></a>
### Arch Linux
```sh
sudo pacman -S cargo-make
```
<a name="installation-binary-release"></a>
### Binary Release
Binary releases are available in the [github releases page](https://github.com/sagiegurari/cargo-make/releases).<br>