Skip to content

Commit 273a1e6

Browse files
Hermesisssergey48k
authored andcommitted
Update README.md (#487)
Upd "Usage" section for Windows users #352
1 parent 367ea9d commit 273a1e6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,20 @@ or
6262

6363
* Linux or macOS or Windows
6464
* 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)
6566

6667
Usage
6768
=====
68-
To install sourcerer run the following command:
69+
To install sourcerer run the following command in bash:
6970

7071
```
7172
curl -s https://sourcerer.io/app/install | bash
7273
```
7374

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.
76+
77+
Use parameter `--help` for additional info.
78+
7579

7680
Internals
7781
=========

0 commit comments

Comments
 (0)