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 #