From 86706e88ad718def2bb488460df069c5f387a549 Mon Sep 17 00:00:00 2001 From: Sven Wick Date: Fri, 30 Sep 2022 22:37:43 +0200 Subject: [PATCH] Update configuration.md --- docs/configuration.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 4a4281b..9771332 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -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. ---- \ No newline at end of file +---