You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -62,16 +62,20 @@ or
62
62
63
63
* Linux or macOS or Windows
64
64
* Java 8+ Platform ([JRE](http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html) for Linux and Windows or [JDK](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) for macOS)
65
+
* Bash for Windows (`git bash` should suffice)
65
66
66
67
Usage
67
68
=====
68
-
To install sourcerer run the following command:
69
+
To install sourcerer run the following command in bash:
69
70
70
71
```
71
72
curl -s https://sourcerer.io/app/install | bash
72
73
```
73
74
74
-
To run wizard use `sourcerer` command
75
+
To run wizard use `sourcerer` command for macOS and Linux, `java -jar sourcerer.jar` in folder `Users\user\.sourcerer` for Windows.
0 commit comments