Skip to content

Commit

Permalink
Merge branch 'patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Apr 8, 2024
2 parents b590a9d + 6228b97 commit 68d1a29
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,14 @@ For Arch Linux you can download `gitoxide` from `community` repository:
pacman -S gitoxide
```

### Download from Exherbo Linux Rust repository

For Exherbo Linux you can download `gitoxide` from the [Rust](https://gitlab.exherbo.org/exherbo/rust/-/tree/master/packages/dev-scm/gitoxide) repository:
```
cave resolve -x repository/rust
cave resolve -x gitoxide
```

### From Source via Cargo

`cargo` is the Rust package manager which can easily be obtained through [rustup]. With it, you can build your own binary
Expand Down Expand Up @@ -262,7 +270,6 @@ Project goals can change over time as we learn more, and they can be challenged.
* [Windows is tested on CI](https://github.com/Byron/gitoxide/blob/df66d74aa2a8cb62d8a03383135f08c8e8c579a8/.github/workflows/rust.yml#L34)
and failures do prevent releases.


## Non-Goals

Project non-goals can change over time as we learn more, and they can be challenged.
Expand Down Expand Up @@ -366,7 +373,6 @@ Provide a CLI to for the most basic user journey:
[fossil-scm]: https://www.fossil-scm.org
[magit]: https://magit.vc


## Shortcomings & Limitations

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

0 comments on commit 68d1a29

Please sign in to comment.