Skip to content

Commit 68d1a29

Browse files
committed
Merge branch 'patch-1'
2 parents b590a9d + 6228b97 commit 68d1a29

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,14 @@ For Arch Linux you can download `gitoxide` from `community` repository:
178178
pacman -S gitoxide
179179
```
180180

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+
181189
### From Source via Cargo
182190

183191
`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.
262270
* [Windows is tested on CI](https://github.com/Byron/gitoxide/blob/df66d74aa2a8cb62d8a03383135f08c8e8c579a8/.github/workflows/rust.yml#L34)
263271
and failures do prevent releases.
264272

265-
266273
## Non-Goals
267274

268275
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:
366373
[fossil-scm]: https://www.fossil-scm.org
367374
[magit]: https://magit.vc
368375

369-
370376
## Shortcomings & Limitations
371377

372378
Please take a look at the [`SHORTCOMINGS.md` file](https://github.com/Byron/gitoxide/blob/main/SHORTCOMINGS.md) for details.

0 commit comments

Comments
 (0)