Skip to content

Commit 1872d44

Browse files
committed
Remove outdated reference from BUILDING
Fixes: #17 See: 48016d5
1 parent 3da16ae commit 1872d44

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
bin/
22
dist/
3+
/.idea/
34
/.vscode/

BUILDING.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,7 @@ make
2222
This will output a CLI for your host machine in `./bin`.
2323

2424
You will then need to make sure that you have the existing Docker CLI in your
25-
`PATH` with the name `com.docker.cli`. A make target is provided to help with
26-
this:
27-
28-
```console
29-
make moby-cli-link
30-
```
31-
32-
This will create a symbolic link from the existing Docker CLI to
33-
`/usr/local/bin` with the name `com.docker.cli`.
25+
`PATH` with the name `com.docker.cli`.
3426

3527
You can statically cross compile the CLI for Windows, macOS, and Linux using the
3628
`cross` target.

0 commit comments

Comments
 (0)