# retype

## Install
Those instructions are [here](https://retype.com/guides/installation/) but what I always forget how to do is the update process, which is...

## Upgrade
```
npm update retypeapp --global
```

## Run
```
retype start --host 0.0.0.0 --port 7777
```
