Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,23 @@ To make `astroterm` available from your `$PATH`, install it with:
nix-env -f channel:nixpkgs-unstable -iA astroterm
```

### Guix

You can install `astroterm` directly from the [Guix main
channel](https://packages.guix.gnu.org/packages/astroterm) starting from Guix's
commit 4b5f0408e66392ab745dc0f7830732217d88f17d. It will include BSC5 catalog.
Comment thread
Hellseher marked this conversation as resolved.
Outdated

```sh
guix time-machine --commit=4b5f0408e66392ab745dc0f7830732217d88f17d -- shell astroterm

Comment thread
Hellseher marked this conversation as resolved.
Outdated
```

Or after `guix pull`:
```sh
guix shell astroterm -- astroterm --help # to try
guix package --install astroterm # into your current profile
Comment thread
Hellseher marked this conversation as resolved.
Outdated
```

### Prebuilt Executable

#### Unix
Expand Down