From ee8d6c8cc909314f49dfdbc3fd2f0b852f9bc89d Mon Sep 17 00:00:00 2001 From: Vinicius Silva Date: Tue, 20 Feb 2024 23:35:37 -0300 Subject: [PATCH] Change README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42399e2..9201102 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,10 @@ The Chip-8 is an interpreted programming language originally designed to develop # Installation +For install V programming language see more in: ![V install](https://github.com/vlang/v) + ```shell -git clone https://github.com/viniciusfdasilva/vchip8.git +git clone --branch main https://github.com/viniciusfdasilva/vchip8.git ``` ```shell cd vchip8