Skip to content

Commit

Permalink
Merge d253bf2 into fb713a0
Browse files Browse the repository at this point in the history
  • Loading branch information
bgilbert committed Aug 28, 2024
2 parents fb713a0 + d253bf2 commit 7348a81
Showing 1 changed file with 20 additions and 13 deletions.
33 changes: 20 additions & 13 deletions readme/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
* [Community Supported Repositories](#community-supported-repositories)
* [Alpine Linux](#alpine-linux)
* [Arch Linux](#arch-linux)
* [Gnu Guix Package Manager](#gnu-guix-package-manager)
* [Fedora Linux](#fedora-linux)
* [FreeBSD](#freebsd)
* [GNU Guix Package Manager](#gnu-guix-package-manager)
* [Windows](#windows-1)

## Official Installation Methods
Expand Down Expand Up @@ -101,38 +102,44 @@ yay -S git-interactive-rebase-tool
2. Extract to a known location
3. Run `makepkg -si` from the extracted location

### GNU Guix Package Manager
### Fedora Linux

```shell
guix install git-interactive-rebase-tool
dnf install git-interactive-rebase-tool
```

#### In a temporary environment
### FreeBSD

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.

With [Ports](https://www.freebsd.org/ports/) using `pkg`

```shell
guix shell git-interactive-rebase-tool
pkg install interactive_rebase_tool
```

#### In a temporary container (Linux namespace)
#### Manual

```shell
guix shell --container git-interactive-rebase-tool
cd /usr/ports/devel/interactive_rebase_tool && make install clean
```

### FreeBSD
### GNU Guix Package Manager

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.
```shell
guix install git-interactive-rebase-tool
```

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

```shell
pkg install interactive_rebase_tool
guix shell git-interactive-rebase-tool
```

#### Manual
#### In a temporary container (Linux namespace)

```shell
cd /usr/ports/devel/interactive_rebase_tool && make install clean
guix shell --container git-interactive-rebase-tool
```

### Windows
Expand Down

0 comments on commit 7348a81

Please sign in to comment.