diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2022-05-24 09:35:55 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2022-05-24 09:35:55 +0300 |
| commit | 2438e727fee8bf154ab229057923d1c974ade180 (patch) | |
| tree | 12581ef208a85d78d22c19c4e5c211a999978ad0 /README.md | |
| parent | d003662f4e1e12d012e9f4a6dec23641ac5e4beb (diff) | |
| download | stupid-2438e727fee8bf154ab229057923d1c974ade180.tar stupid-2438e727fee8bf154ab229057923d1c974ade180.tar.gz stupid-2438e727fee8bf154ab229057923d1c974ade180.zip | |
Reworked structure and fully implemented install and remove functionality
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -18,7 +18,7 @@ stupid is a compromise, it's worse than just configuring your actual package man stupid is nothing more than a bash script, so all of it's requirements are certain basic commands, which should mostly come with your distribution. -`bash`, `echo`, `mkdir`, `cd`, `tail`, `grep`, `find`, `cat` +`bash`, `echo`, `mkdir`, `cd`, `tail`, `grep`, `find`, `cat`, `read` ### How to install @@ -36,7 +36,7 @@ TBC ## Feature status -- [ ] Install -- [ ] Remove -- [ ] Query +- [x] Install +- [x] Remove +- [ ] Search - [ ] Update |
