diff options
author | Tim van der Lippe <TimvdLippe@users.noreply.github.com> | 2019-01-31 18:00:17 +0000 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-01-31 13:00:17 -0500 |
commit | c7b53125c38c397737da9c17500640cc0670e482 (patch) | |
tree | d4ee61446fb3eabc82791ca387aaaabbb2664fab /README.md | |
parent | 0be9d1ff0e2d07df82698661265c28a75603b5fe (diff) |
Improve build instructions (#1593)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -85,6 +85,11 @@ Try it: See [deno_install](https://github.com/denoland/deno_install) for more installation methods.. +## Build locally (advanced users only) + +For instructions to build this project locally, please see +[the docs](https://github.com/denoland/deno/blob/master/Docs.md#build-instructions-for-advanced-users-only). + <!-- prettier-ignore --> [avy badge]: https://ci.appveyor.com/api/projects/status/yel7wtcqwoy0to8x?branch=master&svg=true [avy link]: https://ci.appveyor.com/project/deno/deno |