Skip to content

Commit f48c438

Browse files
authored
chore: update readme (#45)
1 parent a7e6d4e commit f48c438

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

README.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
1-
# sourcerer-app
2-
Sourcerer hashes your git repos into intelligent engineering profiles.
1+
<h1 align="center">
2+
<br>
3+
<a href="https://sourcerer.io"><img src="https://user-images.githubusercontent.com/29913247/31576516-0ce3e9ae-b105-11e7-9a8b-89f96bd44a3d.png" alt="Sourcerer" width="200"></a>
4+
<br>
5+
Sourcerer App
6+
<br>
7+
</h1>
8+
9+
<h3 align="center">
10+
Sourcerer app creates an intelligent profile for software engineers.<br/>
11+
Get early access on <a href="https://sourcerer.io">Sourcerer</a>.
12+
</h3>
13+
<br>
14+
15+
Prerequirements
16+
=================
17+
18+
* Sourcerer alpha/beta access
19+
* Linux or macOS
20+
* 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)
321

422
Install/uninstall
523
=================
624

7-
Sourcerer requires Java Platform installed on the system.
8-
* Proceed with JRE(http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html) if on Linux,
9-
* or with JDK(http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) if on OS X.
10-
1125
To install sourcerer run the following command:
1226

1327
```
@@ -33,7 +47,7 @@ $ git clone https://github.com/sourcerer-io/sourcerer-app.git
3347
$ cd sourcerer-app
3448
3549
# Build
36-
$ gradle build
50+
$ gradle build -Penv=production
3751
3852
# Run the app
3953
$ java -jar build/libs/sourcerer-app.jar

0 commit comments

Comments
 (0)