Skip to content

Commit 6deb561

Browse files
ch4ogoutfoxxed
authored andcommitted
fix guix package info and add information about distro package
1 parent 97beb35 commit 6deb561

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

src/guide/install-setup.mdx

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,18 @@ sudo dnf install quickshell-git
8282
```
8383

8484
### Guix
85-
Quickshell's source repository works as a channel. Add the following to your channel list:
85+
Release versions of Quickshell are available from the standard Guix repository
86+
as `quickshell` from the `(gnu packages wm)` module.
87+
88+
Install using the command below:
89+
```sh
90+
guix install quickshell
91+
```
92+
93+
You can also add `quickshell` to your Guix system configuration or Guix Home configuration.
94+
95+
For the git version, Quickshell's source repository works as a channel.
96+
Add the following to your channel list:
8697

8798
```scheme
8899
(channel
@@ -91,10 +102,9 @@ Quickshell's source repository works as a channel. Add the following to your cha
91102
(branch "master"))
92103
```
93104

94-
Then, you can install the package via `guix install quickshell-git` or by adding `quickshell-git`
95-
to your system or home definition.
96-
97-
You can also clone the repository and use `guix shell -f quickshell.scm` to try out the package.
105+
However, since the package definition is located in the source repository, it cannot be used
106+
as a channel out of the box. You can clone the repository and use `guix shell -f quickshell.scm`
107+
to use the git version of the package.
98108

99109
### Manual build
100110
See [BUILD.md](https://git.outfoxxed.me/quickshell/quickshell/src/branch/master/BUILD.md)

0 commit comments

Comments
 (0)