diff options
author | 2021-10-14 19:17:44 -0700 | |
---|---|---|
committer | 2021-10-14 19:17:44 -0700 | |
commit | 74cda61c88b42c4505e8ce39dd395d1006787c43 (patch) | |
tree | db41d24fe4aaa4b16fa001a7c616c1e8c3eeaa8a | |
parent | 9dfe57a3f79004f8f2e06bb21344f0c2bfeaa32a (diff) | |
download | bun-74cda61c88b42c4505e8ce39dd395d1006787c43.tar.gz bun-74cda61c88b42c4505e8ce39dd395d1006787c43.tar.zst bun-74cda61c88b42c4505e8ce39dd395d1006787c43.zip |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -31,7 +31,7 @@ npm install -g bun-cli In your project folder root (where `package.json` is): ```bash -bun create next app +bun create next ./app cd app bun ``` @@ -80,7 +80,7 @@ If `public/index.html` exists, it becomes the default page instead of a 404 page Run this: ```bash -bun create react app +bun create react ./app cd app bun ``` |