From a3b2321f7781c98c2863a54a339af73a6d6d0050 Mon Sep 17 00:00:00 2001 From: alexwl Date: Wed, 7 Nov 2018 18:31:43 +0300 Subject: Embed static assets in haskell-code-server executable. When there is no --js-path option, haskell-code-server serves embedded static assets. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 249d3b0..67ccb72 100644 --- a/README.md +++ b/README.md @@ -119,13 +119,13 @@ haskell-code-server -h Load the indexed package and start the server: ```bash -haskell-code-server --package PATH --port 8080 --js-path haskell-code-explorer/javascript/release +haskell-code-server --package PATH --port 8080 ``` Load multiple indexed packages and start the server: ```bash -haskell-code-server --package PATH1 --package PATH2 --package PATH3 --port 8080 --js-path haskell-code-explorer/javascript/release +haskell-code-server --package PATH1 --package PATH2 --package PATH3 --port 8080 ``` Open [http://localhost:8080](http://localhost:8080) in a browser to explore source code of the package. -- cgit v1.2.3