diff --git a/src/guide/v0_1_0/install-setup.md b/src/guide/v0_1_0/install-setup.md index dcdc612..ae38b08 100644 --- a/src/guide/v0_1_0/install-setup.md +++ b/src/guide/v0_1_0/install-setup.md @@ -103,10 +103,6 @@ Add the following to your channel list: (branch "master")) ``` -However, since the package definition is located in the source repository, it cannot be used -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. - ### Manual build See [BUILD.md](https://git.outfoxxed.me/quickshell/quickshell/src/branch/master/BUILD.md) for build instructions and configurations. diff --git a/src/guide/v0_2_0/install-setup.md b/src/guide/v0_2_0/install-setup.md index 4da3e78..0947d73 100644 --- a/src/guide/v0_2_0/install-setup.md +++ b/src/guide/v0_2_0/install-setup.md @@ -106,10 +106,6 @@ Add the following to your channel list: (branch "master")) ``` -However, since the package definition is located in the source repository, it cannot be used -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. - ### Manual build See [BUILD.md](https://git.outfoxxed.me/quickshell/quickshell/src/branch/master/BUILD.md) for build instructions and configurations.