📄 Add list of SSN repositories

This commit is contained in:
C-3PO 2018-11-16 04:53:14 +01:00
parent 4f1271e66f
commit 1516fe68ea
Signed by: c3po
GPG key ID: 62993C4BB4D86F24
2 changed files with 35 additions and 5 deletions

View file

@ -1,19 +1,21 @@
All tools are intended to be run on either WSL or Linux.
# Setting up the environment
# Setup
This page describes what you need to install before you can run the tools from the various repositories. We expect that you use Windows 10.
## Steps
1. On Windows 10, install the Windows Subsystem for Linux (WSL) with either the Ubuntu or Debian distribution.
2. Open a command line shell: Press Win+R and enter `bash`.
2. Install Node.js ([source](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions)):
3. Install Node.js ([source](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions)):
```bash
wget -qO- https://deb.nodesource.com/setup_10.x | sudo -E bash -
wget -qO- https://deb.nodesource.com/setup_11.x | sudo -E bash -
sudo apt-get install -y nodejs
```
3. Install npm modules:
4. Install npm modules:
```bash
sudo npm install -g typescript