From 2f4e9a679746989b1c26460e152db7bdd121c4a1 Mon Sep 17 00:00:00 2001 From: Alex Rowley Date: Thu, 22 Jun 2017 12:39:10 +0100 Subject: [PATCH] Remove core-dev from README $ make core-dev make: *** No rule to make target `core-dev'. Stop. This was removed in #15258 --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 351cf0e8a..a1ac6faa4 100644 --- a/README.md +++ b/README.md @@ -62,12 +62,6 @@ If you're working on a specific provider and only wish to rebuild that provider, $ make plugin-dev PLUGIN=provider-azure ``` -If you're working on the core of Terraform, and only wish to rebuild that without rebuilding providers, you can use the `core-dev` target. It is important to note that some types of changes may require both core and providers to be rebuilt - for example work on the RPC interface. To build just the core of Terraform: - -```sh -$ make core-dev -``` - ### Dependencies Terraform stores its dependencies under `vendor/`, which [Go 1.6+ will automatically recognize and load](https://golang.org/cmd/go/#hdr-Vendor_Directories). We use [`govendor`](https://github.com/kardianos/govendor) to manage the vendored dependencies.