Compare commits

...

3 Commits

Author SHA1 Message Date
Elara 28809828c2 Merge branch 'master' of gitea 2022-09-30 13:46:43 -07:00
Elara 3194648096
Merge pull request #9 from vaporup/patch-4 2022-09-30 13:39:53 -07:00
Sven Wick 86706e88ad
Update configuration.md 2022-09-30 22:37:43 +02:00
1 changed files with 12 additions and 1 deletions

View File

@ -12,6 +12,17 @@ This page describes the configuration of LURE
---
## File locations
| Path | Description
| --: | :--
| ~/.config/lure/lure.toml | Config file
| ~/.cache/lure/pkgs | here the packages are built and stored
| ~/.cache/lure/repo | here are the git repos with all the `lure.sh` files
| | Example: `~/.cache/lure/repo/default/itd-bin/lure.sh`
---
## Config file
### rootCmd
@ -30,4 +41,4 @@ url = 'https://github.com/Arsen6331/lure-repo.git'
The `default` repo is added by default. Any amount of repos may be added.
---
---