From 2be21de52fd252749e1e4ea18795a27e4d3caea3 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Tue, 10 Mar 2020 10:23:20 -0600 Subject: Update readme to unmaintained --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9d82a45..332c1a6 100644 --- a/Makefile +++ b/Makefile @@ -7,10 +7,9 @@ help: @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' setup: ## Clone down additional repos that are needed for building - rm -rf nvim vim-options vim + rm -rf nvim vim-options git clone https://github.com/thornycrackers/.nvim.git nvim git clone https://github.com/thornycrackers/vim-options.git - git clone https://github.com/thornycrackers/.vim.git vim build: ## Build the base image docker build -t thornycrackers/neovim . -- cgit v1.2.3