From 90588b273e0c4dadc2bfc634585c78fd1c1ba9ea Mon Sep 17 00:00:00 2001 From: David Legrand <1110600+davlgd@users.noreply.github.com> Date: Sun, 7 Apr 2024 11:07:34 +0200 Subject: [PATCH 1/2] docs: add Exherbo Linux install instructions in README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a2f98189d6..17ec36372fe 100644 --- a/README.md +++ b/README.md @@ -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 [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 @@ -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. @@ -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. From 6228b97063761f2137560a8227a423cc6ff11522 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 8 Apr 2024 07:07:10 +0200 Subject: [PATCH 2/2] streamline exherbo linux installation instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17ec36372fe..ee59a75d33a 100644 --- a/README.md +++ b/README.md @@ -178,9 +178,9 @@ For Arch Linux you can download `gitoxide` from `community` repository: pacman -S gitoxide ``` -### Download from Exherbo Linux rust repository +### Download from Exherbo Linux Rust repository -For Exherbo Linux you can download `gitoxide` from [rust](https://gitlab.exherbo.org/exherbo/rust/-/tree/master/packages/dev-scm/gitoxide) 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