Update README.md (#931)

pull/929/head^2
Liana Husikyan 4 years ago committed by GitHub
parent fcefed6016
commit df5df06eab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      libs/remixd/README.md

@ -15,6 +15,14 @@ Alternatively `remixd` can be used to setup a development environment that can b
`npm install -g @remix-project/remixd`
### Warning for old users
There is a new version of remixd with a new npm address: https://npmjs.com/package/@remix-project/remixd
If you were using the old one you need to:
1. uninstall the old one: `npm uninstall -g remixd`
2. install the new: `npm install -g @remix-project/remixd`
## HELP SECTION
```
@ -46,4 +54,4 @@ Furthermore :
- It is not possible to create a file from `Remix IDE` (that might change).
- If a folder does not contain any file, the folder will not be displayed in the explorer (that might change).
- Symbolic links are not forwarded to Remix IDE.

Loading…
Cancel
Save