Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,21 @@ 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)
* Git repositories with master branch with at least one commit

Install/uninstall
=================

To install sourcerer run the following command:

```
curl -s https://sourcerer.io/install | sudo bash
curl -s https://sourcerer.io/install | bash
```

To remove sourcerer from your machine:

```
sudo sourcerer --uninstall
sourcerer --uninstall
```

Build
Expand Down