Skip to content

Commit d203acc

Browse files
authored
Merge pull request #74 from sourcerer-io/develop
feat: update readme
2 parents 339efd7 + d701793 commit d203acc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,21 @@ Prerequirements
1818
* Sourcerer alpha/beta access
1919
* Linux or macOS
2020
* 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)
21+
* Git repositories with master branch with at least one commit
2122

2223
Install/uninstall
2324
=================
2425

2526
To install sourcerer run the following command:
2627

2728
```
28-
curl -s https://sourcerer.io/install | sudo bash
29+
curl -s https://sourcerer.io/install | bash
2930
```
3031

3132
To remove sourcerer from your machine:
3233

3334
```
34-
sudo sourcerer --uninstall
35+
sourcerer --uninstall
3536
```
3637

3738
Build

0 commit comments

Comments
 (0)