mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Update README.md
This commit is contained in:
@@ -67,10 +67,10 @@ To get started,
|
||||
|
||||
**Using dnx on Windows/Mac/Linux**
|
||||
|
||||
1. Ensure you are using a suitable .NET runtime. Currently, this project is tested with version `1.0.0-beta8` on `coreclr`:
|
||||
1. Ensure you are using a suitable .NET runtime. Currently, this project is tested with version `1.0.0-rc1-final` on `coreclr`:
|
||||
|
||||
```
|
||||
dnvm use 1.0.0-beta8 -r coreclr
|
||||
dnvm use 1.0.0-rc1-final -r coreclr
|
||||
```
|
||||
|
||||
2. In the solution root directory (`NodeServices` - i.e., the directory that contains `NodeServices.sln`), restore the .NET dependencies:
|
||||
|
||||
Reference in New Issue
Block a user