mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +00:00
Add GNU Guix (#62)
This commit is contained in:
commit
ba3c01d38f
2 changed files with 8 additions and 0 deletions
|
|
@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
Thank you to @jgarte for contributing to this release.
|
||||
|
||||
### Added
|
||||
* running Agate using GNU Guix (#62)
|
||||
|
||||
## [3.1.0] - 2021-06-08
|
||||
Thank you to Matthew Ingwersen and Oliver Simmons (@GoodClover) for contributing to this release.
|
||||
|
|
|
|||
|
|
@ -26,6 +26,10 @@ Using the nix package manager run `nix-env -i agate`
|
|||
|
||||
_Note:_ agate is currently only in the unstable channel and will reach a release channel once the next release is tagged
|
||||
|
||||
### Guix System
|
||||
|
||||
[Deploy](https://dataswamp.org/~solene/2021-06-17-guix-gemini.html) agate with GNU Guix System by adding the [agate-service-type](https://guix.gnu.org/manual/en/html_node/Web-Services.html) to your system [services](http://guix.gnu.org/manual/en/html_node/Services.html).
|
||||
|
||||
### Arch Linux
|
||||
|
||||
Install the package [`agate-bin`](https://aur.archlinux.org/packages/agate-bin/)<sup>AUR</sup> for pre-compiled binary. Otherwise install the [`agate`](https://aur.archlinux.org/packages/agate/)<sup>AUR</sup> package to get agate compiled from source.
|
||||
|
|
|
|||
Loading…
Reference in a new issue