Skip to content

Commit b7a815a

Browse files
bgilbertMitMaro
authored andcommitted
Minor cleanups to community-supported repo docs
Capitalize GNU and alphabetize the distro list.
1 parent fb713a0 commit b7a815a

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

readme/install.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
* [Community Supported Repositories](#community-supported-repositories)
1313
* [Alpine Linux](#alpine-linux)
1414
* [Arch Linux](#arch-linux)
15-
* [Gnu Guix Package Manager](#gnu-guix-package-manager)
1615
* [FreeBSD](#freebsd)
16+
* [GNU Guix Package Manager](#gnu-guix-package-manager)
1717
* [Windows](#windows-1)
1818

1919
## Official Installation Methods
@@ -101,38 +101,38 @@ yay -S git-interactive-rebase-tool
101101
2. Extract to a known location
102102
3. Run `makepkg -si` from the extracted location
103103

104-
### GNU Guix Package Manager
104+
### FreeBSD
105105

106-
```shell
107-
guix install git-interactive-rebase-tool
108-
```
106+
FreeBSD support is provided by the community, and while attempts are made to ensure everything works on the platform, it is not officially supported. If you run into problems please [create an issue](https://github.com/MitMaro/git-interactive-rebase-tool/issues/new) describing the problem.
109107

110-
#### In a temporary environment
108+
With [Ports](https://www.freebsd.org/ports/) using `pkg`
111109

112110
```shell
113-
guix shell git-interactive-rebase-tool
111+
pkg install interactive_rebase_tool
114112
```
115113

116-
#### In a temporary container (Linux namespace)
114+
#### Manual
117115

118116
```shell
119-
guix shell --container git-interactive-rebase-tool
117+
cd /usr/ports/devel/interactive_rebase_tool && make install clean
120118
```
121119

122-
### FreeBSD
120+
### GNU Guix Package Manager
123121

124-
FreeBSD support is provided by the community, and while attempts are made to ensure everything works on the platform, it is not officially supported. If you run into problems please [create an issue](https://github.com/MitMaro/git-interactive-rebase-tool/issues/new) describing the problem.
122+
```shell
123+
guix install git-interactive-rebase-tool
124+
```
125125

126-
With [Ports](https://www.freebsd.org/ports/) using `pkg`
126+
#### In a temporary environment
127127

128128
```shell
129-
pkg install interactive_rebase_tool
129+
guix shell git-interactive-rebase-tool
130130
```
131131

132-
#### Manual
132+
#### In a temporary container (Linux namespace)
133133

134134
```shell
135-
cd /usr/ports/devel/interactive_rebase_tool && make install clean
135+
guix shell --container git-interactive-rebase-tool
136136
```
137137

138138
### Windows

0 commit comments

Comments
 (0)