Skip to content

Commit 786ecd5

Browse files
committed
Added windows commands to readme.
1 parent 416905f commit 786ecd5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

readme.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,12 @@ Usage
1818
- NOTE: You _must_ name your directory the username of each GroupSnap account you plan on running
1919
- NOTE: You _must_ place this directory at the same level as this readme file
2020
4. Start the GroupSnap program
21-
- Compile with "javac -cp "lib/*:." groupsnap/*.java"
22-
- Run with "java -cp "lib/*:." groupsnap/GroupSnap"
21+
+ Unix:
22+
- 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```
2327
5. Enter the name of your new group account
2428
6. Enter the password for this group
2529
7. Done! GroupSnap will now repost all incoming snaps

0 commit comments

Comments
 (0)