Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MatiasG19 committed May 16, 2023
1 parent 268e65d commit 7dddb0b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# App to grid

Simple command line tool to add applications to the app grid or list of your desktop environment.
Simple linux command line tool to add applications to the app grid or list of your desktop environment.

![Appgrid](./Appgrid.png)

Expand All @@ -12,6 +12,8 @@ Optionally it copies your binary to `/usr/bin`. That is useful for binaries like

## Getting started

Enter `sudo ./AppToGrid.sh` into the terminal and follow the prompts.
1. Make AppToGrid executable `chmod +x ./AppToGrid.sh`.

> Always enter the full application name and extension when the source application path is prompted, e.g. `/path/to/myApp.AppImage`
2. Start AppToGrid `sudo ./AppToGrid.sh` and follow the prompts.

> Always enter the full path, application name and extension when the source application path is prompted, e.g. `/path/to/myApp.AppImage`

0 comments on commit 7dddb0b

Please sign in to comment.