From 6b90937ba32b24138a9e9f13cc43c82a5d9fe19d Mon Sep 17 00:00:00 2001 From: Cheikh Seck Date: Tue, 10 Oct 2017 10:36:54 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37491c3..0af40ab 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The strukture is an open source IDE. It is designed to build web applications, w Change to the ui directory within the root of this package. (Moved ui files to build package as go) $ cd ui/ - $ make uiview + $ npm install $ IDE --headless & npm start Take note of the pid ID to stop server process. Once your server is up feel free to use `npm start` directly.