From 49aabd5af9d8791cd04ced70e03d9dbfe8ac1272 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Fri, 21 May 2021 00:42:30 +0500 Subject: [PATCH] readme update with new file name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04c4af1..6524b3f 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ This project is currently under development and a lot of things are broken. ``` git clone https://github.com/shihaamabr/bml-cli cd bml-cli -chmod +x bml.sh -./bml.sh +chmod +x bml-cli.sh +./bml-cli.sh ``` #### Installation - Systemwide (NOT Recommended, May not work on some distros) ```