File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -95,15 +95,26 @@ yay -S [PACKAGE_NAME]
95
95
</details >
96
96
97
97
<details >
98
- <summary >Building from source </summary >
98
+ <summary >crates.io </summary >
99
99
100
+ ### Building from source
100
101
Building and installing from source requires the latest version of
101
102
[ Rust & Cargo] ( https://doc.rust-lang.org/cargo/getting-started/installation.html ) to be installed on
102
103
your system. <br /> Once installed, run the following command in your terminal:
103
104
104
105
``` sh copy filename="Bash"
105
106
cargo install lune --locked
106
107
```
108
+ ### Binstall
109
+ [ ` cargo binstall ` ] ( https://github.com/cargo-bins/cargo-binstall ) provides a simple mechanism for installing rust binaries from crates.io, without
110
+ compiling from source unlike ` cargo install ` . Lune is packaged in a ` binstall ` compatible way.
111
+
112
+ With ` binstall ` installed and in your path, run:
113
+ ``` sh copy filename="Bash"
114
+ cargo binstall lune
115
+ ```
116
+
117
+
107
118
</details >
108
119
109
120
## Next Steps
You can’t perform that action at this time.
0 commit comments