From bd2a812ea4f8bc5205acd0a7371d5fb11f0aae2d Mon Sep 17 00:00:00 2001 From: Anatoly Kislov Date: Sat, 14 Oct 2017 17:44:09 +0300 Subject: [PATCH 1/3] feat: update readme --- README.md | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 26a55ecd..58cdcc32 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,26 @@ -# sourcerer-app -Sourcerer hashes your git repos into intelligent engineering profiles. +

+
+ Sourcerer +
+ Sourcerer App +
+

+ +

+ Sourcerer app creates an intelligent profile for software engineers.
+ Get early access on sourcerer. +

+ +Prerequirements +================= + +* Sourcerer alpha/beta access +* Linux or macOS +* Java Platform ([JRE](http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html) for Linux, or [JDK](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) for macOS) Install/uninstall ================= -Sourcerer requires Java Platform installed on the system. -* Proceed with JRE(http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html) if on Linux, -* or with JDK(http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) if on OS X. - To install sourcerer run the following command: ``` From fdc24c49fa66a04ca84b0226f2ebc8397ab40822 Mon Sep 17 00:00:00 2001 From: Anatoly Kislov Date: Sat, 14 Oct 2017 20:14:02 +0300 Subject: [PATCH 2/3] chore: remove comma --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58cdcc32..fbda496e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Prerequirements * Sourcerer alpha/beta access * Linux or macOS -* Java Platform ([JRE](http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html) for Linux, or [JDK](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) for macOS) +* Java Platform ([JRE](http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html) for Linux or [JDK](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) for macOS) Install/uninstall ================= From 4c2cb1e529aed4069318545f3e04d25a73b896e7 Mon Sep 17 00:00:00 2001 From: Anatoly Kislov Date: Sun, 15 Oct 2017 02:30:13 +0300 Subject: [PATCH 3/3] chore: fix readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fbda496e..4f16f3cd 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,9 @@

Sourcerer app creates an intelligent profile for software engineers.
- Get early access on sourcerer. + Get early access on Sourcerer.

+
Prerequirements ================= @@ -46,7 +47,7 @@ $ git clone https://github.com/sourcerer-io/sourcerer-app.git $ cd sourcerer-app # Build -$ gradle build +$ gradle build -Penv=production # Run the app $ java -jar build/libs/sourcerer-app.jar