aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2020-03-10 10:23:20 -0600
committerCody Hiar <cody@hiar.ca>2020-03-10 10:23:20 -0600
commit2be21de52fd252749e1e4ea18795a27e4d3caea3 (patch)
tree06b97863fc785ed0f45c0206bc2c3fb32173f5eb
parentd77d193ec7972c2881b2c563118a76820d8ee904 (diff)
Update readme to unmaintainedHEADmaster
-rw-r--r--Makefile3
-rw-r--r--README.md7
2 files changed, 8 insertions, 2 deletions
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 .
diff --git a/README.md b/README.md
index 2679052..d19fbca 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,10 @@
+# Unmaintained
+
+This was always a bit of an exercise is just getting to see the limits of what
+could be pushed with a dockerized environment. I don't use this anymore so it's
+possible that things don't work correctly anymore
+
+
# Dockerized Neovim
Run neovim in a container and be cool like all the other cool kids. I'm