diff --git a/README.md b/README.md index 20af379..36290a5 100644 --- a/README.md +++ b/README.md @@ -166,3 +166,29 @@ Settings format is on Linux by address `$HOME/.config/wacli/wacfg.json` } } ``` + +Packages installed stored into lock file in json format, by path `$HOME/.config/wacli/wa.lock` + +```json +{ + "fileVersion": 1, + "bins": { + "": { + integrity: "", + source: "", + installPath: "", + alias?: "", + version: "" + } + }, + "ains": { + "": { + integrity: "", + source: "", + installPath: "", + alias?: "", + version: "" + } + } +} +```