add now argument to add command

This commit is contained in:
2021-03-31 02:19:13 +03:00
parent e034327501
commit 2aef906fc8
4 changed files with 26 additions and 2 deletions

View File

@ -66,7 +66,7 @@ Wrapper for managing custom repository inspired by [repo-scripts](https://github
* Add packages by using `ahriman add {package}` command:
```shell
sudo -u ahriman ahriman -a x86_64 add yay
sudo -u ahriman ahriman -a x86_64 add yay --now
```
Note that initial service configuration can be done by running `ahriman setup` with specific arguments.