Unverified Commit df5df06e authored by Liana Husikyan's avatar Liana Husikyan Committed by GitHub

Update README.md (#931)

parent fcefed60
...@@ -15,6 +15,14 @@ Alternatively `remixd` can be used to setup a development environment that can b ...@@ -15,6 +15,14 @@ Alternatively `remixd` can be used to setup a development environment that can b
`npm install -g @remix-project/remixd` `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 ## HELP SECTION
``` ```
...@@ -46,4 +54,4 @@ Furthermore : ...@@ -46,4 +54,4 @@ Furthermore :
- It is not possible to create a file from `Remix IDE` (that might change). - 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). - 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. - Symbolic links are not forwarded to Remix IDE.
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment