From 0e2582fa5e9546439702430c035e68fd439c54f1 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 28 Apr 2019 16:02:15 -0700 Subject: [PATCH] Updating README.md --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 26c4966..2a1dbf4 100644 --- a/README.md +++ b/README.md @@ -540,15 +540,6 @@ Below is a sample configuration file which should help to illustrate how Homemak [macros.install] prefix = ["sudo", "dnf", "install", "-y"] -[macros.go-get] - deps = ["golang"] - prefix = ["go", "get"] - -[macros.npm-install] - deps = ["node"] - prefix = ["sudo", "npm", "install", "-g"] - - # # development # @@ -594,7 +585,6 @@ Below is a sample configuration file which should help to illustrate how Homemak [".eslintrc.json"], ] - # # general #