diff --git a/src/renderer/README.md b/src/renderer/README.md deleted file mode 100644 index 9ab43cbc8..000000000 --- a/src/renderer/README.md +++ /dev/null @@ -1,6 +0,0 @@ -## Development Setup - -- Install node and npm (linux users: [use this](https://github.com/nodesource/distributions). if that doesn't work, [this gist may be useful](https://gist.github.com/isaacs/579814)) -- `npm install -g yarn` (or see https://yarnpkg.com/en/docs/install) -- Run `./watch.sh` (this will `yarn install` dependencies) -