From f48c438a0e6e9109194ab81251340e3779fc255f Mon Sep 17 00:00:00 2001 From: Anatoly Kislov Date: Sun, 15 Oct 2017 02:31:06 +0300 Subject: [PATCH] chore: update readme (#45) --- README.md | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 26a55ecd..4f16f3cd 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,27 @@ -# 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: ``` @@ -33,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