aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCody Hiar <cody.hiar@investopedia.com>2016-08-02 14:12:34 -0600
committerCody Hiar <cody.hiar@investopedia.com>2016-08-02 14:14:15 -0600
commitaa657395fd0e902c45b6d8117f999fb85e60690a (patch)
treea289cf8dccf75993e0c4986ef529585842098876 /README.md
parent02f67de03f8b293647969eba79ccc58ea0704904 (diff)
Adding git config to set my identity, just easier.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index d09c80c..161e4bb 100644
--- a/README.md
+++ b/README.md
@@ -41,3 +41,6 @@ docker run -i -t -P -v "$dir_name":/src thornycrackers/neovim /bin/sh -c "cd /sr
Now you can run neovim as if you would regularly.
The only gotcha I've deiscovered so far is that because you are mounting to the docker container you cannot go above the folder you open neovim in.
This is a pretty rare case in my trials of using this but it is something to note.
+
+## NOTE:
+I do set the git identity to myself inside the Dockerfile so do be aware that you might want to change it to yourself.