From ee86b6382c46155000aea5024ab3cc6b87a165db Mon Sep 17 00:00:00 2001 From: Andrew Bancroft Date: Thu, 12 Jan 2017 14:40:40 -0600 Subject: [PATCH] Adds chmod to installation instructions In our experience, after cloning the repository and copying SVsim/SVsim to /usr/local/bin, we had to change permissions on the file to 755 (grant execute) in order to run SVsim at the command line without receiving a "Permissions Denied" error. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 538fa5e..838cd13 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ In addition, it is common to use [wgsim](https://github.com/lh3/wgsim) to simula ~~~~~~~~~~~~~~~~~~ git clone git://github.com/GregoryFaust/SVsim.git cp SVsim/SVsim /usr/local/bin/ +chmod 755 /usr/local/bin/SVsim ~~~~~~~~~~~~~~~~~~ ##Usage