You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
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 the [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.
0 commit comments