1
0
mirror of https://github.com/simon987/Much-Assembly-Required.git synced 2025-04-16 17:26:43 +00:00

Add tsc notes

This commit is contained in:
simon987 2020-09-14 20:32:49 -04:00
parent 60c763167d
commit 9315111793

@ -20,11 +20,13 @@ Chat: [Slack](https://join.slack.com/t/muchassemblyrequired/shared_invite/enQtMj
On Ubuntu 16.04:
```bash
sudo apt install git maven openjdk-8-jdk mongodb
sudo npm install -g typescript
```
On Arch:
``` bash
sudo pacman -S git maven mongodb jdk8-opendjk
sudo npm install -g typescript
# Don't forget to start mongodb
sudo systemctl start mongodb.service