We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b6f3d1 commit 4d79c4eCopy full SHA for 4d79c4e
docs/README.md
@@ -4,6 +4,8 @@
4
5
- [Overview](#overview)
6
- [Installation](#installation)
7
+ - [Distro Packages](#distro-packages)
8
+ - [Arch Linux](#arch-linux)
9
- [Scripts](#scripts)
10
- [Executable Scripts](#executable-scripts)
11
- [Expressions](#expressions)
@@ -35,6 +37,16 @@ cargo install rust-script
35
37
36
38
Rust 1.47 or later is required.
39
40
+### Distro Packages
41
+
42
+#### Arch Linux
43
44
+`rust-script` can be installed from the [community repository](https://archlinux.org/packages/community/x86_64/rust-script/):
45
46
+```sh
47
+pacman -S rust-script
48
+```
49
50
## Scripts
51
52
The primary use for `rust-script` is for running Rust source files as scripts. For example:
0 commit comments