Skip to content

Commit

Permalink
Install/Uninstall sections added
Browse files Browse the repository at this point in the history
  • Loading branch information
DLopezJr authored Feb 14, 2023
1 parent 47f8a62 commit a0b383e
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,20 @@ The side-effect is that launching apps is difficult to remeber and tedious to ty

```fp``` uses ```flatpak run``` and extended regex to search and run the matching flatpak.

### Template
### Install
```
$ git clone https://github.com/DLopezJr/fp
$ cd fp
$ test -x "$(command -v sudo)" && sudo make install || su -c "make install"
```
### Uninstall
```
$ git clone https://github.com/DLopezJr/fp
$ cd fp
$ test -x "$(command -v sudo)" && sudo make uninstall || su -c "make uninstall"
```

### Usage

```
$ fp <package_name>
Expand All @@ -39,6 +52,5 @@ $ fp vlc --help
### TODO:
- Packaging for repos
- Manpage or Help flag
- Makefile
- Error Handling
- Full Postional Parameter Support

0 comments on commit a0b383e

Please sign in to comment.