Leon van Kammen d7cf33b1f8 | ||
---|---|---|
.forgejo/workflows | ||
.github/workflows | ||
src | ||
.gitignore | ||
.gitmodules | ||
LICENSE | ||
README.md | ||
index.html | ||
make | ||
shell.nix | ||
xrsh.com |
README.md
xrsh
Wiki / Roadmap
See the wiki here
Install
NOTE: installation not needed, just surf to the public version here
- Download xrsh.com
- optional: run
unzip xrsh.com
to verify repository contents - run
chmod +x xrsh.com
in your console - run
./xrsh.com
- Profit! ✔
Developers
Make sure to clone the repo including submodules (the xrsh-com repo)
$ git clone https://forgejo.isvery.ninja/xrsh/xrsh
$ cd xrsh/src
$ git clone https://orgejo.isvery.ninja/xrsh/xrsh-com.git
Now serve the repo from a HTTPS webserver (for example run
./make dev
)