From 7f7764543a6c69fc919733a46c9625f168b03152 Mon Sep 17 00:00:00 2001 From: David Dawes Date: Sat, 2 Jun 2018 00:31:16 -0700 Subject: [PATCH] Get +x attribute on scripts and README tweaks. --- kmd/mac/verus-cli/README.txt | 2 +- kmd/mac/verus-cli/verus | 0 kmd/mac/verus-cli/verusd | 0 3 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 kmd/mac/verus-cli/verus mode change 100644 => 100755 kmd/mac/verus-cli/verusd 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