fix guix package info and add information about distro package
This commit is contained in:
parent
97beb35641
commit
6deb5611c3
1 changed files with 15 additions and 5 deletions
|
@ -82,7 +82,18 @@ sudo dnf install quickshell-git
|
||||||
```
|
```
|
||||||
|
|
||||||
### Guix
|
### Guix
|
||||||
Quickshell's source repository works as a channel. Add the following to your channel list:
|
Release versions of Quickshell are available from the standard Guix repository
|
||||||
|
as `quickshell` from the `(gnu packages wm)` module.
|
||||||
|
|
||||||
|
Install using the command below:
|
||||||
|
```sh
|
||||||
|
guix install quickshell
|
||||||
|
```
|
||||||
|
|
||||||
|
You can also add `quickshell` to your Guix system configuration or Guix Home configuration.
|
||||||
|
|
||||||
|
For the git version, Quickshell's source repository works as a channel.
|
||||||
|
Add the following to your channel list:
|
||||||
|
|
||||||
```scheme
|
```scheme
|
||||||
(channel
|
(channel
|
||||||
|
@ -91,10 +102,9 @@ Quickshell's source repository works as a channel. Add the following to your cha
|
||||||
(branch "master"))
|
(branch "master"))
|
||||||
```
|
```
|
||||||
|
|
||||||
Then, you can install the package via `guix install quickshell-git` or by adding `quickshell-git`
|
However, since the package definition is located in the source repository, it cannot be used
|
||||||
to your system or home definition.
|
as a channel out of the box. You can clone the repository and use `guix shell -f quickshell.scm`
|
||||||
|
to use the git version of the package.
|
||||||
You can also clone the repository and use `guix shell -f quickshell.scm` to try out the package.
|
|
||||||
|
|
||||||
### Manual build
|
### Manual build
|
||||||
See [BUILD.md](https://git.outfoxxed.me/quickshell/quickshell/src/branch/master/BUILD.md)
|
See [BUILD.md](https://git.outfoxxed.me/quickshell/quickshell/src/branch/master/BUILD.md)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue