Skip to content

Commit e13f42c

Browse files
Merge pull request #10 from sourcerer-io/develop
Fix range relative
2 parents dc41d57 + 273a1e6 commit e13f42c

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
@@ -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)