diff --git a/README.md b/README.md index 1b859fd2..1d2603fd 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,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) +* Git repositories with master branch with at least one commit Install/uninstall ================= @@ -25,13 +26,13 @@ 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