diff options
author | Spacelord <Spacelord09@users.noreply.github.com> | 2019-12-06 22:37:40 +0100 |
---|---|---|
committer | Spacelord <Spacelord09@users.noreply.github.com> | 2019-12-06 22:37:40 +0100 |
commit | 553633e0ab0191756bb5b8810a461168dfc66a3d (patch) | |
tree | f5f5ee761305624a39ae4b7da65724c04c1aeb0f | |
parent | 4916d63ed9b54ed1aed2617360860e332735c0c8 (diff) | |
download | midimonster-553633e0ab0191756bb5b8810a461168dfc66a3d.tar.gz midimonster-553633e0ab0191756bb5b8810a461168dfc66a3d.tar.bz2 midimonster-553633e0ab0191756bb5b8810a461168dfc66a3d.zip |
added chmod +x to Installer README
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -188,6 +188,7 @@ For easy installation, the following steps are required: ``` wget https://raw.githubusercontent.com/cbdevnet/midimonster/master/installer.sh ./ +chmod +x ./installer.sh ./installer.sh ``` |