From 1872d44deec1e7b125d3bc9b40fb9ae397b83da0 Mon Sep 17 00:00:00 2001 From: Austin Drenski Date: Wed, 8 Nov 2023 18:01:27 -0500 Subject: [PATCH] Remove outdated reference from BUILDING Fixes: #17 See: 48016d5c35193c9e253399d90c07a9e0bef6fbcc --- .gitignore | 1 + BUILDING.md | 10 +--------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 48047887..08b8261b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ bin/ dist/ +/.idea/ /.vscode/ diff --git a/BUILDING.md b/BUILDING.md index 130438da..3e6f9cca 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -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.