diff --git a/README.md b/README.md index d6a5f7cf09..5027d70120 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Otherwise, follow these instructions: You can create a `/usr/local/bin/v` symlink so that V is globally available: -``` +```bash sudo ./v symlink ``` @@ -94,7 +94,7 @@ Make sure V can compile itself: v v.v ``` -``` +```bash $ v V 0.1.x Use Ctrl-C or `exit` to exit @@ -105,7 +105,7 @@ hello world ``` -``` +```bash cd examples v hello_world.v && ./hello_world # or simply v run hello_world.v # this builds the program and runs it right away