File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -178,6 +178,14 @@ For Arch Linux you can download `gitoxide` from `community` repository:
178
178
pacman -S gitoxide
179
179
```
180
180
181
+ ### Download from Exherbo Linux rust repository
182
+
183
+ For Exherbo Linux you can download ` gitoxide ` from [ rust] ( https://gitlab.exherbo.org/exherbo/rust/-/tree/master/packages/dev-scm/gitoxide ) repository:
184
+ ```
185
+ cave resolve -x repository/rust
186
+ cave resolve -x gitoxide
187
+ ```
188
+
181
189
### From Source via Cargo
182
190
183
191
` cargo ` is the Rust package manager which can easily be obtained through [ rustup] . With it, you can build your own binary
@@ -262,7 +270,6 @@ Project goals can change over time as we learn more, and they can be challenged.
262
270
* [ Windows is tested on CI] ( https://github.com/Byron/gitoxide/blob/df66d74aa2a8cb62d8a03383135f08c8e8c579a8/.github/workflows/rust.yml#L34 )
263
271
and failures do prevent releases.
264
272
265
-
266
273
## Non-Goals
267
274
268
275
Project non-goals can change over time as we learn more, and they can be challenged.
@@ -366,7 +373,6 @@ Provide a CLI to for the most basic user journey:
366
373
[ fossil-scm ] : https://www.fossil-scm.org
367
374
[ magit ] : https://magit.vc
368
375
369
-
370
376
## Shortcomings & Limitations
371
377
372
378
Please take a look at the [ ` SHORTCOMINGS.md ` file] ( https://github.com/Byron/gitoxide/blob/main/SHORTCOMINGS.md ) for details.
You can’t perform that action at this time.
0 commit comments