Update configuration.md

This commit is contained in:
Sven Wick 2022-09-30 22:37:43 +02:00 committed by GitHub
parent 3cf1e7f513
commit 86706e88ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.
---
---