diff options
author | 2025-01-07 10:55:45 +0100 | |
---|---|---|
committer | 2025-01-07 10:55:45 +0100 | |
commit | e65cd9f38f1aa0030839cb7b275f8e0c68f1701c (patch) | |
tree | fe6a9543b0197169e66fdf82909a9c0f2f1797e6 | |
parent | fdb29a0b2096745cddb7f64a634b88558849e473 (diff) | |
download | zuwu-e65cd9f38f1aa0030839cb7b275f8e0c68f1701c.tar.gz zuwu-e65cd9f38f1aa0030839cb7b275f8e0c68f1701c.tar.bz2 zuwu-e65cd9f38f1aa0030839cb7b275f8e0c68f1701c.tar.lz zuwu-e65cd9f38f1aa0030839cb7b275f8e0c68f1701c.zip |
fix: 1 less indent
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ The [alpine-packages.git](https://git.estrogen.zone/alpine-packages.git/) reposi For now, you can build the package yourself; in the cloned repository, assuming [alpine-sdk is installed](https://pkgs.alpinelinux.org/package/edge/main/x86_64/alpine-sdk) and [abuild keys have been setup](https://wiki.alpinelinux.org/wiki/Abuild_and_Helpers#Setting_up_the_build_environment), you can run `FILTER=zsh-zuwu ./build-repo` to build the package, and `doas ./pkg add zsh-zuwu` to install it. The package will, on installation, provide the path needed for the script that configures your `.zshrc`. -#### when living life dangerously +### when living life dangerously ```sh curl -fsSL https://git.estrogen.zone/zuwu.git/plain/install.zsh | zsh |