suggest --verbose

This commit is contained in:
Lukas Wurzinger 2025-01-05 15:23:39 +01:00
parent b7e9b356d8
commit 4f6281d4d5
No known key found for this signature in database

View file

@ -11,11 +11,11 @@ pacman --sync - < packages.txt
## Installing dotfiles ## Installing dotfiles
```shell ```shell
plow --force plow --force --verbose
``` ```
or... or...
```shell ```shell
plow --force --from ./home --to ~ plow --force --verbose --from ./home --to ~
``` ```