From f3d3e94f445bea10b72d6aca48ba837ce0085853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Reis?= Date: Thu, 7 Jun 2018 20:09:51 +0100 Subject: [PATCH] Add a link to the Node.js Bootstrapping Guide (#47) * Add a link to the Node.js Bootstrapping Guide * fixup add link in note --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee210ce..796d017 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,17 @@ To run a setup script, click a link in the table below from your target machine. |---------|---------| |Desktop App | Windows Desktop App Development (Visual Studio, Windows SDK) | |Web | Web (VS Code, WSL, Multiple Browsers) | -|Web NodeJS | Web Dev with NodeJS (Web + NodeJS LTS) | +|Web NodeJS | Web Dev with NodeJS (Web + NodeJS LTS)¹ | |Machine Learning| Machine Learning (Python, WSL, VS Code) | | | Xamarin (Visual Studio, Xamarin, Android SDK) | | | Containers (Docker, Kubernetes, etc...) | | | More Coming Soon! | +**Notes:** +¹ If you're a Node.js contributor working on Node.js core, please see the [Node.js Bootstrapping Guide](https://github.com/nodejs/node/tree/master/tools/bootstrap) or [click here to run](http://boxstarter.org/package/nr/url?https://raw.githubusercontent.com/nodejs/node/master/tools/bootstrap/windows_boxstarter). + ## Known issues -1. Windows 1803 is not successfully launching Boxstarter via the web launcher. This is actively under investigation and there are workarounds such as running Boxstarter locally. See this issue for details: https://github.com/chocolatey/boxstarter/issues/301 +- Windows 1803 is not successfully launching Boxstarter via the web launcher. This is actively under investigation and there are workarounds such as running Boxstarter locally. See this issue for details: https://github.com/chocolatey/boxstarter/issues/301 ## Working with Chocolatey in an organization? As an organization, you may not be keen to reach out to the internet. That's fine as with just a few modifications you can still take advantage of these scripts. Visit the [organizational use page](ORGANIZATION.md) to learn how.