We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 416905f commit 786ecd5Copy full SHA for 786ecd5
readme.md
@@ -18,8 +18,12 @@ Usage
18
- NOTE: You _must_ name your directory the username of each GroupSnap account you plan on running
19
- NOTE: You _must_ place this directory at the same level as this readme file
20
4. Start the GroupSnap program
21
- - Compile with "javac -cp "lib/*:." groupsnap/*.java"
22
- - Run with "java -cp "lib/*:." groupsnap/GroupSnap"
+ + Unix:
+ - Compile with ```javac -cp "lib/*:." groupsnap/*.java```
23
+ - Run with ```java -cp "lib/*:." groupsnap/GroupSnap```
24
+ + Windows:
25
+ - Compile with ```javac -cp "lib\*" groupsnap/*.java```
26
+ - Run with ```java -cp "lib/*;." groupsnap/GroupSnap```
27
5. Enter the name of your new group account
28
6. Enter the password for this group
29
7. Done! GroupSnap will now repost all incoming snaps
0 commit comments