From 273a1e608edd38bf1cc7c32fe0769b8ea1647916 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 7 Apr 2019 23:15:54 +0400 Subject: [PATCH] Update README.md (#487) Upd "Usage" section for Windows users #352 --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db9562e8..079a5051 100644 --- a/README.md +++ b/README.md @@ -62,16 +62,20 @@ or * Linux or macOS or Windows * 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) +* Bash for Windows (`git bash` should suffice) Usage ===== -To install sourcerer run the following command: +To install sourcerer run the following command in bash: ``` curl -s https://sourcerer.io/app/install | bash ``` -To run wizard use `sourcerer` command +To run wizard use `sourcerer` command for macOS and Linux, `java -jar sourcerer.jar` in folder `Users\user\.sourcerer` for Windows. + +Use parameter `--help` for additional info. + Internals =========