misc: remove the docs and examples submodules

They have not been correctly updated in lock-step for a while now.
This commit is contained in:
outfoxxed 2024-06-02 15:23:19 -07:00
parent bd504daf56
commit 7d20b472dd
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
6 changed files with 5 additions and 22 deletions

View file

@ -14,19 +14,6 @@ can be built from the [quickshell-docs](https://git.outfoxxed.me/outfoxxed/quick
Some fully working examples can be found in the [quickshell-examples](https://git.outfoxxed.me/outfoxxed/quickshell-examples)
repo.
Both the documentation and examples are included as submodules with revisions that work with the current
version of quickshell.
You can clone everything with
```
$ git clone --recursive https://git.outfoxxed.me/outfoxxed/quickshell.git
```
Or clone missing submodules later with
```
$ git submodule update --init --recursive
```
# Installation
## Nix