Skip to content

Commit 3876e89

Browse files
4D6172784D617278
4D617278
authored and
4D617278
committed
Added documentation for automated install scripts
1 parent 3802b24 commit 3876e89

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
#Automated Installation
2+
[Go back to Readme Home](../../README.md)
3+
4+
##For Mac Users
5+
##Copy installmac.sh to a file
6+
7+
##Make it executable
8+
$ chmod +x installmac.sh
9+
10+
##Run it
11+
$ ./installmac.sh
12+
13+
##For Ubuntu Users
14+
##Copy installUbuntu.sh
15+
16+
##Make it executable
17+
$ chmod +x installUbuntu.sh
18+
19+
##Run it
20+
$ ./installUbuntu.sh

0 commit comments

Comments
 (0)