From 195da8ef3fcc8b3d13e8c435244e4070acab83bc Mon Sep 17 00:00:00 2001 From: Danny Feliz Date: Tue, 15 Oct 2019 02:03:21 -0400 Subject: [PATCH] readme: more syntax highlighting --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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