Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #115 from ublue-os/addmoredocs
Browse files Browse the repository at this point in the history
docs: add docs about sharing configs
  • Loading branch information
castrojo authored Apr 9, 2023
2 parents 2fcab6f + e3c62f0 commit 09d6842
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ fleek:
Fleek hides the complexity of `nix` by giving you a CLI and YAML file to manage your installed applications.
To get started, try `fleek init`.
To share configurations with other computers, see https://getfleek.dev/docs/multiple
short: "Fleek makes nix friendly"
debugFlag: "debug"
traceFlag: "trace"
Expand Down Expand Up @@ -57,11 +59,12 @@ init:
long: |
Initialize fleek with standard configuration options.
Configuration is stored in $HOME/.local/share/fleek by default. You can change this option with the -l/--location flag.
For information on sharing configurations with multiple computers, see https://getfleek.dev/docs/multiple
short: "Initialize fleek"
example: |
fleek init
fleek init git@github.com:your/repo
fleek init -l .local/share/fleek
fleek init -l .local/share/fleek
fleek init -a
forceFlag: "force"
forceFlagDescription: "overwrite existing configuration files"
Expand Down

0 comments on commit 09d6842

Please sign in to comment.