gitea-custom/README.md

19 lines
436 B
Markdown
Raw Normal View History

2018-06-08 13:53:18 +00:00
# gitea-custom
this repository tracks the customizations for [tildegit](https://git.tilde.team).
feel free to use any or all parts of this.
## installing
if you want all of it, simply clone this in to your gitea root. otherwise, copy other files as needed!
example: gitea root is `/home/git/gitea`:
```
cd /home/git/gitea
git clone https://git.tilde.team/meta/gitea-custom custom
```
make sure that you restart gitea afterwards.