From a852f19b69a90e90cd453736eed35c7efeb50a75 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Wed, 27 Jul 2016 12:10:10 -0600 Subject: Fixing some typos from copy paste --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4ff8937..d09c80c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ I like to dockerize all my tools so I am making this repo to dockerize Neovim. The first step is to build the the docker image. I call mine thornycrackers/neovim so you will have to change that accordingly for the following steps ``` -$ docker build -t=thornycrackers/phpcs . +$ docker build -t=thornycrackers/neovim . ``` # Step 2: Run the image @@ -19,8 +19,8 @@ This will open up neovim and when you exit neovim it will exit the container. # Step 3: Make this command a little more useful So using that command is awesome but a little cumbersome everytime you want to run it against a different file. -Create a file called 'phpcs' and make sure to give it executable permissions and place it somewhere in your $PATH. -Copy the following inside of the 'phpcs' executable file. +Create a file called 'nvim' and make sure to give it executable permissions and place it somewhere in your $PATH. +Copy the following inside of the 'nvim' executable file. ``` #!/bin/bash -- cgit v1.2.3