From 4cb44877d3992c7f759e27f9b0e98e8d95248cbc Mon Sep 17 00:00:00 2001 From: osteel Date: Fri, 22 Mar 2024 15:22:12 +0000 Subject: [PATCH] updated readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e0eff2..5cf813b 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,8 @@ Download the binary for your operating system: You can use the application straight away: ``` -$ php dime- +$ chmod +x dime- +$ ./dime- ``` Or you may want to move it to a directory that is in your system's `PATH`: @@ -83,7 +84,7 @@ $ chmod +x dime- $ mv dime- /usr/local/bin/dime ``` -You can now run `dime` from anywhere instead of `php dime-`. +You can now run `dime` from anywhere instead of `./dime-`. ### Composer