Browse Source

Update README.md (#34)

Update README.md by adding missing yarn build command for generating static files.
pull/126/head
mirtouf 7 years ago
committed by Cian Butler
parent
commit
94d1a5fd0a
  1. 1
      README.md

1
README.md

@ -21,6 +21,7 @@ WeTTy can be installed from source or from npm. To install from source run:
$ git clone https://github.com/butlerx/wetty
$ cd wetty
$ yarn
$ yarn build
```
or install it globally with yarn, `yarn -g add wetty.js`, or npm,

Loading…
Cancel
Save