Remove with/without SUDO - the Makefile figures this out for itself

Bryan Boreham
2019-02-12 16:40:57 +00:00
parent 7642d89e1b
commit 53a6fda9e2
-11
@@ -99,12 +99,6 @@ This performs sanity checks and produces artifacts.
$ bin/release build
```
If you don't need `sudo` (most likely under Mac OS), run:
```
$ SUDO= bin/release build
```
## bin/release draft
Create release draft on GitHub
@@ -148,11 +142,6 @@ $ env GITHUB_TOKEN=xxx bin/release publish
```
This interacts with Docker.
If you don't need sudo to run Docker commands, you should do
```
$ env GITHUB_TOKEN=xxx SUDO= bin/release publish
```
## Merge