Skip to content

Commit

Permalink
Added more detail to the 'Running from Source' section
Browse files Browse the repository at this point in the history
  • Loading branch information
d4nt authored Apr 24, 2019
1 parent 2b6a85f commit 494b1f2
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,15 @@ for more information.

### Running from Source

To run QueryTree from it's source code, you will need to install the .NET Core SDK. You can download
the SDK for your platform here: [https://www.microsoft.com/net/download/core](https://www.microsoft.com/net/download/core)
To run QueryTree from it's source code, you need the [.NET Core SDK](https://www.microsoft.com/net/download) and [NPM](https://nodejs.org/) installed.

Once the .NET Core SDK is installed, follow these steps:
You will need to install the Less.js compiler using NPM:

```
npm install less -g
```

Then follow these steps:

1. Clone this repo into a folder

Expand Down

0 comments on commit 494b1f2

Please sign in to comment.