Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
osteel committed Mar 22, 2024
1 parent 8225d53 commit 4cb4487
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ Download the binary for your operating system:
You can use the application straight away:

```
$ php dime-<YOUR-OS>
$ chmod +x dime-<YOUR-OS>
$ ./dime-<YOUR-OS>
```

Or you may want to move it to a directory that is in your system's `PATH`:
Expand All @@ -83,7 +84,7 @@ $ chmod +x dime-<YOUR-OS>
$ mv dime-<YOUR-OS> /usr/local/bin/dime
```

You can now run `dime` from anywhere instead of `php dime-<YOUR-OS>`.
You can now run `dime` from anywhere instead of `./dime-<YOUR-OS>`.

### Composer

Expand Down

0 comments on commit 4cb4487

Please sign in to comment.