mirror of https://github.com/CrimsonTome/tldr.git
Place the refresh command at the top
parent
4727f586df
commit
7d54fa279c
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
> A lightweight and flexible package manager for bash scripts.
|
> A lightweight and flexible package manager for bash scripts.
|
||||||
|
|
||||||
|
- Update the list of available packages and versions (it's recommended to run this before other `paci` commands):
|
||||||
|
|
||||||
|
`paci refresh`
|
||||||
|
|
||||||
- Configure it:
|
- Configure it:
|
||||||
|
|
||||||
`paci configure`
|
`paci configure`
|
||||||
|
@ -17,7 +21,3 @@
|
||||||
- Update a package:
|
- Update a package:
|
||||||
|
|
||||||
`paci update {{package}}`
|
`paci update {{package}}`
|
||||||
|
|
||||||
- Update the list of available packages and versions (it's recommended to run this before other `paci` commands):
|
|
||||||
|
|
||||||
`paci refresh`
|
|
||||||
|
|
Loading…
Reference in New Issue