From 392a1cc5638b07bd4397411c4837b51eba14a45c Mon Sep 17 00:00:00 2001 From: Michal Niewrzal Date: Thu, 1 Sep 2016 13:33:23 +0200 Subject: [PATCH] Add steps to build and run from source --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index a6a2012..f28e427 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,17 @@ instead of relying on naive regular expression parsing. - Hover - Follow composer autoloading +## Build and Run From Source +Clone whole repository and in root directory execute: +```bash +composer install +npm install +tsc +``` +To install it in VS Code copy extension directory to **.vscode/extensions**. + +[Install extension in VS Code](https://code.visualstudio.com/docs/extensions/install-extension) + ## Contributing This is just the VS Code extension that spawns the actual language server. The language server itself is implemented purely in PHP [in its own repository](https://github.com/felixfbecker/php-language-server).