Skip to content

Commit

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

See: 48016d5
  • Loading branch information
austindrenski authored Nov 8, 2023
1 parent 8b2912f commit c1e5a4a
Showing 1 changed file with 1 addition and 9 deletions.
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 c1e5a4a

Please sign in to comment.