Added readme for packages list

This commit is contained in:
2024-02-20 13:08:28 +01:00
parent 8ce8512510
commit b9648cdde9

4
.packages/README.md Normal file
View File

@@ -0,0 +1,4 @@
In order to generate this files the following command must be run:
```bash
pacman -Qqen > ~/.packages/packages.list && pacman -Qqem > ~/.packages/aur-packages.list
```