Explorar el Código

Note to uninstall old-way CLI from amber package

Herbert Vojčík hace 10 años
padre
commit
f6937f2723
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -5,7 +5,9 @@
 
 
 If you want to go the completely integrated Amber way you should not use this grunt-init template directly.
 If you want to go the completely integrated Amber way you should not use this grunt-init template directly.
 Use [amber-cli](https://github.com/amber-smalltalk/amber-cli) instead.
 Use [amber-cli](https://github.com/amber-smalltalk/amber-cli) instead.
-Installation is done via `npm install -g amber-cli`.
+Installation is done via `(sudo) npm install -g amber-cli`
+(in case you have old Amber CLI installed from `amber` package itself, which is now defunct,
+you should uninstall it first with `(sudo) npm uninstall -g amber`).
 
 
 Then you can stop reading here and jump over to the amber-cli documentation.
 Then you can stop reading here and jump over to the amber-cli documentation.