Flutterando / slidy

CLI package manager and template for Flutter
https://pub.dev/packages/slidy
Apache License 2.0
806 stars 101 forks source link

Update README #203

Closed abraaolevi closed 3 years ago

abraaolevi commented 4 years ago

Update README with a solution for command not found: slidy error.


Hoje comecei a usar e testar o slidy.

Eu segui o readme para instalação, instalei o dart e utilizei o pub global activate slidy, mas estava tendo o seguinte erro:command not found: slidy.

Após reinstalar, percebi que esqueci uma informação:

Warning: Pub installs executables into $HOME/.pub-cache/bin, which is not on your path.
You can fix that by adding this to your shell's config file (.bashrc, .bash_profile, etc.):

  export PATH="$PATH":"$HOME/.pub-cache/bin"

Não sei se isso possa acontecer com mais pessoas, mas adicionei ao README 😃

Bwolfs2 commented 3 years ago

Muito obrigado @abraaolevi pela contribuicao