diff --git a/kmd/mac/verus-cli/README.txt b/kmd/mac/verus-cli/README.txt index cc6f15a80..dc474ec4d 100644 --- a/kmd/mac/verus-cli/README.txt +++ b/kmd/mac/verus-cli/README.txt @@ -10,7 +10,7 @@ You will need to install xcode from the Apple App Store and run the following tw ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew install gcc@5 -If you already have xcode and brew installed you can skip those steps and the same goes for gcc version 5. +If you already have xcode and brew installed you can skip those. Run ./verusd to launch komodod, and use ./verus to run commands such as: ./verus stop Which signals komodod (if it is running) to stop running. diff --git a/kmd/mac/verus-cli/verus b/kmd/mac/verus-cli/verus old mode 100644 new mode 100755 diff --git a/kmd/mac/verus-cli/verusd b/kmd/mac/verus-cli/verusd old mode 100644 new mode 100755