Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Remove outdated reference from BUILDING
Browse files Browse the repository at this point in the history
Fixes: #17

See: 48016d5
  • Loading branch information
austindrenski committed Nov 8, 2023
1 parent 3da16ae commit 1872d44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
bin/
dist/
/.idea/
/.vscode/
10 changes: 1 addition & 9 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,7 @@ make
This will output a CLI for your host machine in `./bin`.

You will then need to make sure that you have the existing Docker CLI in your
`PATH` with the name `com.docker.cli`. A make target is provided to help with
this:

```console
make moby-cli-link
```

This will create a symbolic link from the existing Docker CLI to
`/usr/local/bin` with the name `com.docker.cli`.
`PATH` with the name `com.docker.cli`.

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

0 comments on commit 1872d44

Please sign in to comment.