From 928560ed0323332bdf909be4d272ba227d5cc5c9 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Tue, 4 Aug 2020 23:46:24 +0100 Subject: [PATCH] Updated Build (markdown) --- Build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build.md b/Build.md index b93cc6e..fcc030d 100644 --- a/Build.md +++ b/Build.md @@ -5,7 +5,7 @@ pip (to install libsass) node.js and npm (for bootstrap4/5, autoprefixer, cleancss, mjml, and postcss) ``` -If you aren't using [goreleaser](https://goreleaser.com), run each command listed under `before: hooks:` in `.goreleaser.yml`, then `go build`. +If you aren't using [goreleaser](https://goreleaser.com), you can instead run `make all` to build, which will place it's output in `build/`. If you don't want to use that either, run each command listed under `before: hooks:` in `.goreleaser.yml`, then `go build`. If you are: