Skip to content

Commit

Permalink
docs: add aquifer doc to README.md (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
anoriqq authored Jul 18, 2022
1 parent b600c50 commit 822abfc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,16 @@ Flags:
Use "qpm [command] --help" for more information about a command.
```

## Aquifer
Aquifer defines the package installation and uninstallation plans.
It has the following directory structure.

```txt
.
└── pkgname
Β Β  β”œβ”€β”€ v1.18.yml
└── latest.yml
```

Please refer to [the template](https://github.com/anoriqq/qpm/blob/b600c503f98c4d68ac0428dc03e36505988c2826/template/pkgname/latest.yml) for the yml file.

0 comments on commit 822abfc

Please sign in to comment.