Skip to content

Commit

Permalink
Merge branch 'issue/ADHOC-158' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Friedrich committed Feb 28, 2023
2 parents 1de16ce + 798138e commit d9d603d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ Do you want to quickly try out this project and see it in action? Check it out i
## Prerequisites

1. This project relies on [Lombiq Node.js Extensions](https://github.com/Lombiq/NodeJs-Extensions/), please see its prerequisites [here](https://github.com/Lombiq/NodeJs-Extensions/#prerequisites).
2. If you're using Visual Studio, then under ["External Web Tools"](https://devblogs.microsoft.com/dotnet/customize-external-web-tools-in-visual-studio-2015/) add the installation path of Node.js (most possibly _C:\Program Files\NodeJS_*) to the list and move it to the top.
3. If you are importing this project as a submodule, include the following at the beginning and end of your csproj file. If you are using the NuGet package this is not necessary.
2. If you are importing this project as a submodule, include the following entries at the beginning and end of your csproj file. If you are using the NuGet package, this is not necessary:

```xml
<Project Sdk="Microsoft.NET.Sdk.Razor">
Expand All @@ -26,7 +25,7 @@ Do you want to quickly try out this project and see it in action? Check it out i
</Project>
```

4. Create a _package.json_ file with the following content.
3. Create a _package.json_ file with the following content:

```json
{
Expand Down

0 comments on commit d9d603d

Please sign in to comment.