From 742c499393447e8274f2c5d3ab95a888b94822d1 Mon Sep 17 00:00:00 2001 From: Patrick R Date: Fri, 28 Dec 2018 18:50:22 +0100 Subject: [PATCH] completed change-directory command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25af515..fba90f5 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,6 @@ Follow these instructions to compile and install the library: git clone https://github.com/Pulse-Eight/platform.git cd platform git submodule update --init --recursive -cd +cd windows build.cmd ```