File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,25 +79,19 @@ $ mv deis /usr/local/bin
7979
8080To 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
9286To 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
9892the client in the current directory.
9993
100- $ .\deis --version
94+ $ .\deis --version
10195
10296## Usage
10397
You can’t perform that action at this time.
0 commit comments