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
doc: Improve readme formatting, syntax highlighting, and headings
- Make "Download from" headings to be clearer and more consistent.
- Specify `sh` in applicable code fences, for syntax highlighting.
- Change code spans to code blocks (fences) in a couple places.
- Tiny formatting adjustments, and slight rewording around a fence.
For Arch Linux you can download `gitoxide` from `community` repository:
183
-
```
183
+
184
+
```sh
184
185
pacman -S gitoxide
185
186
```
186
187
187
188
### Download from Exherbo Linux Rust repository
188
189
189
190
For Exherbo Linux you can download `gitoxide` from the [Rust](https://gitlab.exherbo.org/exherbo/rust/-/tree/master/packages/dev-scm/gitoxide) repository:
190
-
```
191
+
192
+
```sh
191
193
cave resolve -x repository/rust
192
194
cave resolve -x gitoxide
193
195
```
@@ -203,7 +205,7 @@ the latest stable one will work as well.
203
205
There are various build configurations, all of them are [documented here](https://docs.rs/crate/gitoxide/latest). The documentation should also be useful
204
206
for packagers who need to tune external dependencies.
205
207
206
-
```
208
+
```sh
207
209
# A way to install `gitoxide` with just Rust and a C compiler installed.
208
210
# If there are problems with SSL certificates during clones, try to omit `--locked`.
- On Fedora, `perl` needs to be installed for `OpenSSL` to build properly. This can be done with the following command:
234
-
`dnf install perl` (see [this issue](https://github.com/GitoxideLabs/gitoxide/issues/592)).
235
-
-
238
+
- On Fedora, `perl` needs to be installed for `OpenSSL` to build properly. This can be done with the following command (see [issue #592](https://github.com/GitoxideLabs/gitoxide/issues/592)):
239
+
240
+
```sh
241
+
dnf install perl
242
+
```
243
+
236
244
### Using Docker
237
245
238
246
Some CI/CD pipelines leverage repository cloning. Below is a copy-paste-able example to build docker images for such workflows.
0 commit comments