Skip to content

Commit

Permalink
fix(docs): fix edge_app_root documentation 2 (#2507)
Browse files Browse the repository at this point in the history
  • Loading branch information
spencercorwin authored Jul 5, 2021
1 parent d3875d4 commit 7dc5206
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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=<path/to/your/project>/node_modules/@neo-one/node-vm/lib/bin/Debug/netcoreapp3.0`
- `EDGE_APP_ROOT=<path/to/project>/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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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=<path/to/your/project>/node_modules/@neo-one/node-vm/lib/bin/Debug/netcoreapp3.0`
- `EDGE_APP_ROOT=<path/to/project>/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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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=<path/to/your/project>/node_modules/@neo-one/node-vm/lib/bin/Debug/netcoreapp3.0`
- `EDGE_APP_ROOT=<path/to/project>/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
Expand Down
2 changes: 1 addition & 1 deletion packages/neo-one-website/tutorial/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<path/to/your/project>/node_modules/@neo-one/node-vm/lib/bin/Debug/netcoreapp3.0`
- `EDGE_APP_ROOT=<path/to/project>/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
Expand Down

0 comments on commit 7dc5206

Please sign in to comment.