Skip to content
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.

Commit

Permalink
Installer is using sh, forgot
Browse files Browse the repository at this point in the history
  • Loading branch information
minlaxz committed Aug 2, 2021
1 parent 26605e6 commit 3ede6ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ ok this would be my personal issue cuz each **create-react-app** project takes *

TL;DR

`curl -fsSL https://getcra.minlaxz.me | bash -s -- -i ` // to install cra-noob
`curl -fsSL https://getcra.minlaxz.me | sh -s -- -i ` // to install cra-noob

`curl -fsSL https://getcra.minlaxz.me | bash -s -- -r ` // to remove cra-noob
`curl -fsSL https://getcra.minlaxz.me | sh -s -- -r ` // to remove cra-noob

OR just

`curl -fsSL https://getcra.minlaxz.me | bash -` // to install
`curl -fsSL https://getcra.minlaxz.me | sh -` // to install

and run `cra` or `cra -n <your_project_name>` and coffee break ☕

Expand Down

0 comments on commit 3ede6ce

Please sign in to comment.