Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bryphe committed Nov 14, 2018
1 parent a6e630a commit cf94a5e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -20,7 +20,11 @@ npm install -g esy

After you build, the executables will be available in the `_build\install\default\bin` folder.

To run the example app, run `_build\install\default\bin\Bin.exe`.
> NOTE: Currently the executables must be run from `install\default\bin`, since the assets are there.
To run the example app, you can do:
- `cd _build/install/default/bin`
- `./Bin.exe`

### Tests

Expand Down

0 comments on commit cf94a5e

Please sign in to comment.