From 846a0f4144505c6c95b052fca77fcb2ad6b4b04b Mon Sep 17 00:00:00 2001 From: Trowbridge Date: Fri, 17 Jan 2020 13:01:54 -0500 Subject: [PATCH] notes --- esqlate.md | 4 ++++ nodejs/nodejs.md | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 esqlate.md diff --git a/esqlate.md b/esqlate.md new file mode 100644 index 0000000..9d78b64 --- /dev/null +++ b/esqlate.md @@ -0,0 +1,4 @@ + +https://github.com/forbesmyester/esqlate + +builds little forms out of sql \ No newline at end of file diff --git a/nodejs/nodejs.md b/nodejs/nodejs.md index d12ef24..c63cffe 100644 --- a/nodejs/nodejs.md +++ b/nodejs/nodejs.md @@ -1,5 +1,8 @@ can use nvm to manage nodejs versions. not really sure how this works, but it is per user and operates off bash scripts and variables ¯\_(ツ)_/¯ +going to have to pull from github. It will curl to clone the repo and then add some stuff to your bashrc to make it work. +`exec bash` after install to refresh + nvm install --lts nvm use version \ No newline at end of file