Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADHOC-158: Improve documentation #78

Merged
merged 1 commit into from
Feb 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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