Rich-Harris / degit

Straightforward project scaffolding
MIT License
6.93k stars 242 forks source link

this is for non windows users #344

Closed ghost closed 2 years ago

ghost commented 2 years ago

this readme also includes is for non windows users also.

nake89 commented 2 years ago

Your change breaks italics of line number 13. Also, I would say that probably a big bunch (most?) of us developers use NVM (node version manager) and with that you do not need to use sudo. But you are technically correct. I would also not place those on the same line. Those are two separate commands, they should not be on the same line. Something like this:

# Windows
npm install -g degit
# For non windows users
sudo npm install -g degit
ghost commented 2 years ago

ok bet you make it like that if you want.