From e1cd11df20dd07d529c75d19787b0b6975c3cbd7 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Sat, 26 Jan 2019 11:13:36 -0500 Subject: [PATCH] Update `go get` instructions Including the `-d` flag ensures the package doesn't build. We need this because it will immediately fail, since the static assets haven't been compiled yet. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bde2d7d..52a1e88 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Ready to hack on your site? Here's a quick overview. ### Setting up ```bash -go get github.com/writeas/writefreely/cmd/writefreely +go get -d github.com/writeas/writefreely/cmd/writefreely ``` Configure your site, create your database, and import the schema [as shown above](#quick-start). Then generate the remaining files you'll need: