|
12 | 12 | * [Community Supported Repositories](#community-supported-repositories)
|
13 | 13 | * [Alpine Linux](#alpine-linux)
|
14 | 14 | * [Arch Linux](#arch-linux)
|
15 |
| - * [Gnu Guix Package Manager](#gnu-guix-package-manager) |
16 | 15 | * [FreeBSD](#freebsd)
|
| 16 | + * [GNU Guix Package Manager](#gnu-guix-package-manager) |
17 | 17 | * [Windows](#windows-1)
|
18 | 18 |
|
19 | 19 | ## Official Installation Methods
|
@@ -101,38 +101,38 @@ yay -S git-interactive-rebase-tool
|
101 | 101 | 2. Extract to a known location
|
102 | 102 | 3. Run `makepkg -si` from the extracted location
|
103 | 103 |
|
104 |
| -### GNU Guix Package Manager |
| 104 | +### FreeBSD |
105 | 105 |
|
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. |
109 | 107 |
|
110 |
| -#### In a temporary environment |
| 108 | +With [Ports](https://www.freebsd.org/ports/) using `pkg` |
111 | 109 |
|
112 | 110 | ```shell
|
113 |
| -guix shell git-interactive-rebase-tool |
| 111 | +pkg install interactive_rebase_tool |
114 | 112 | ```
|
115 | 113 |
|
116 |
| -#### In a temporary container (Linux namespace) |
| 114 | +#### Manual |
117 | 115 |
|
118 | 116 | ```shell
|
119 |
| -guix shell --container git-interactive-rebase-tool |
| 117 | +cd /usr/ports/devel/interactive_rebase_tool && make install clean |
120 | 118 | ```
|
121 | 119 |
|
122 |
| -### FreeBSD |
| 120 | +### GNU Guix Package Manager |
123 | 121 |
|
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 | +``` |
125 | 125 |
|
126 |
| -With [Ports](https://www.freebsd.org/ports/) using `pkg` |
| 126 | +#### In a temporary environment |
127 | 127 |
|
128 | 128 | ```shell
|
129 |
| -pkg install interactive_rebase_tool |
| 129 | +guix shell git-interactive-rebase-tool |
130 | 130 | ```
|
131 | 131 |
|
132 |
| -#### Manual |
| 132 | +#### In a temporary container (Linux namespace) |
133 | 133 |
|
134 | 134 | ```shell
|
135 |
| -cd /usr/ports/devel/interactive_rebase_tool && make install clean |
| 135 | +guix shell --container git-interactive-rebase-tool |
136 | 136 | ```
|
137 | 137 |
|
138 | 138 | ### Windows
|
|
0 commit comments