Documentation
Rash version v2.2
Rash version v2.9
Rash version v2.8
Rash version v2.7
Rash version v2.6
Rash version v2.5
Rash version v2.4
Rash version v2.3
Rash version v2.2
Rash version v2.1
Rash version v2.0
Rash version v1.10
Rash version v1.9
Rash version v1.8
Rash version v1.7
Rash version v1.6
Rash version v1.5
Rash version v1.4
Rash version v1.3
Rash version v1.2
Rash version v1.1
Rash version v1.0
Rash version master
PLEASE NOTE: This document applies to v2.2 version and not to the latest stable release v2.9
Documentation for other releases can be found by using the version selector in the left bottom of any doc page.Installation
The following steps install the latest stable version of rash
into your system.
Aur package
For ArchLinux users, exists an AUR package that it is maintained in this repository.
You can choose your favorite AUR package manager and just install the rash
package.
E.g.:
yay -S rash
Binary
If you are using Linux or macOs, open a terminal and enter the following command:
curl -s https://api.github.com/repos/rash-sh/rash/releases/latest \
| grep browser_download_url \
| grep $(uname -m) \
| grep $(uname | tr '[:upper:]' '[:lower:]') \
| grep -v musl \
| cut -d '"' -f 4 \
| xargs curl -s -L \
| sudo tar xvz -C /usr/local/bin
The command downloads latest release binary and it to /usr/loca/bin
.
Note that you might be prompted for your password.
Cargo
If you prefer to use cargo for installation you always can do:
cargo install rash_core
Docker
docker run --rm -v /usr/local/bin/:/output --entrypoint /bin/cp rustagainshell/rash:latest /bin/rash /output/