diff --git a/packages/neo-one-website/docs/0-installation/0-quick-start.md b/packages/neo-one-website/docs/0-installation/0-quick-start.md index d3c4e8dde5..c546e7d278 100644 --- a/packages/neo-one-website/docs/0-installation/0-quick-start.md +++ b/packages/neo-one-website/docs/0-installation/0-quick-start.md @@ -75,7 +75,7 @@ You may or may not run into environment problems when using the CLI, trying to t - Add these environment variables to your shell environment: - `EDGE_USE_CORECLR=1` - - `EDGE_APP_ROOT=/node_modules/@neo-one/node-vm/lib/bin/Debug/netcoreapp3.0` + - `EDGE_APP_ROOT=/node_modules/@neo-one/node-vm/lib/bin/Debug/netcoreapp3.0` - Install `pkgconfig` on macOS with Homebrew: `brew install pkgconfig` - Then add this environment variable: `PKG_CONFIG_PATH=/Library/Frameworks/Mono.framework/Versions/Current/lib/pkgconfig` - You then need to re-install your node modules by deleting the `node_modules` folder and then running `npm install` again diff --git a/packages/neo-one-website/docs/0-installation/2-environment-setup.md b/packages/neo-one-website/docs/0-installation/2-environment-setup.md index 1b183d73d8..17d3434ae2 100644 --- a/packages/neo-one-website/docs/0-installation/2-environment-setup.md +++ b/packages/neo-one-website/docs/0-installation/2-environment-setup.md @@ -46,7 +46,7 @@ This tells your local C# .NET runtime to use version 3.1.401 in this repo, even - Add these environment variables to your shell environment: - `EDGE_USE_CORECLR=1` - - `EDGE_APP_ROOT=/node_modules/@neo-one/node-vm/lib/bin/Debug/netcoreapp3.0` + - `EDGE_APP_ROOT=/node_modules/@neo-one/node-vm/lib/bin/Debug/netcoreapp3.0` - Install `pkgconfig` on macOS with Homebrew: `brew install pkgconfig` - Then add this environment variable: `PKG_CONFIG_PATH=/Library/Frameworks/Mono.framework/Versions/Current/lib/pkgconfig` - You then need to re-install your node modules by deleting the `node_modules` folder and then running `npm install` again diff --git a/packages/neo-one-website/docs/3-node/4-build-from-source.md b/packages/neo-one-website/docs/3-node/4-build-from-source.md index c42d6f85e6..b89722c109 100644 --- a/packages/neo-one-website/docs/3-node/4-build-from-source.md +++ b/packages/neo-one-website/docs/3-node/4-build-from-source.md @@ -79,7 +79,7 @@ You may or may not run into environment problems when trying to run the node. Th - Add these environment variables to your shell environment: - `EDGE_USE_CORECLR=1` - - `EDGE_APP_ROOT=/node_modules/@neo-one/node-vm/lib/bin/Debug/netcoreapp3.0` + - `EDGE_APP_ROOT=/node_modules/@neo-one/node-vm/lib/bin/Debug/netcoreapp3.0` - Install `pkgconfig` on macOS with Homebrew: `brew install pkgconfig` - Then add this environment variable: `PKG_CONFIG_PATH=/Library/Frameworks/Mono.framework/Versions/Current/lib/pkgconfig` - You then need to re-install your node modules by deleting the `node_modules` folder and then running `npm install` again diff --git a/packages/neo-one-website/tutorial/tutorial.md b/packages/neo-one-website/tutorial/tutorial.md index 922a0b127b..f3b0c2e456 100644 --- a/packages/neo-one-website/tutorial/tutorial.md +++ b/packages/neo-one-website/tutorial/tutorial.md @@ -99,7 +99,7 @@ You may or may not run into environment problems when using the CLI, trying to t - Add these environment variables to your shell environment: - `EDGE_USE_CORECLR=1` - - `EDGE_APP_ROOT=/node_modules/@neo-one/node-vm/lib/bin/Debug/netcoreapp3.0` + - `EDGE_APP_ROOT=/node_modules/@neo-one/node-vm/lib/bin/Debug/netcoreapp3.0` - Install `pkgconfig` on macOS with Homebrew: `brew install pkgconfig` - Then add this environment variable: `PKG_CONFIG_PATH=/Library/Frameworks/Mono.framework/Versions/Current/lib/pkgconfig` - You then need to re-install your node modules by deleting the `node_modules` folder and then running `npm install` again