From 2a23ab6f25d8fbcdece65968618656d0e1eaa317 Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Thu, 29 Jun 2017 10:54:47 +0900 Subject: [PATCH] Update source build docs --- website/source/docs/install/index.html.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/website/source/docs/install/index.html.md b/website/source/docs/install/index.html.md index bad2ff6b3..aefe52650 100644 --- a/website/source/docs/install/index.html.md +++ b/website/source/docs/install/index.html.md @@ -41,19 +41,12 @@ as a copy of [`git`](https://www.git-scm.com/) in your `PATH`. 1. Clone the Packer repository from GitHub into your `GOPATH`: ``` shell - $ mkdir -p $GOPATH/src/github.com/hashicorp && cd $! + $ mkdir -p $GOPATH/src/github.com/hashicorp && cd $_ $ git clone https://github.com/hashicorp/packer.git $ cd packer ``` -2. Bootstrap the project. This will download and compile libraries and tools - needed to compile Packer: - - ``` shell - $ make bootstrap - ``` - -3. Build Packer for your current system and put the +2. Build Packer for your current system and put the binary in `./bin/` (relative to the git checkout). The `make dev` target is just a shortcut that builds `packer` for only your local build environment (no cross-compiled targets).