Skip to content

Commit dcdddaf

Browse files
committed
docs(readme): use just make for building binary on unix / darwin
`make bootstrap` and `make build` tasks were removed in eefb125
1 parent a6cd7e6 commit dcdddaf

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,25 +79,19 @@ $ mv deis /usr/local/bin
7979

8080
To compile the client from scratch, ensure you have Docker installed and run
8181

82-
$ make bootstrap
83-
$ make build
84-
85-
`make bootstrap` will fetch all required dependencies, while `make build` will compile and install
86-
the client in the current directory.
87-
88-
$ ./deis --version
82+
$ make
8983

9084
### From Scratch on Windows
9185

9286
To compile the client from scratch, open PowerShell and execute the following commands in the source directory.
9387

94-
$ .\make bootstrap
95-
$ .\make build
88+
$ .\make bootstrap
89+
$ .\make build
9690

9791
`.\make bootstrap` will fetch all required dependencies, while `.\make build` will compile and install
9892
the client in the current directory.
9993

100-
$ .\deis --version
94+
$ .\deis --version
10195

10296
## Usage
10397

0 commit comments

Comments
 (0)