diff --git a/README.md b/README.md index f0b8df9d6f..46ef4f8b3a 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ npm install -g bun-cli In your project folder root (where `package.json` is): ```bash -npm install -D bun-framework-next -bun bun --use next +bun create next app +cd app bun ``` @@ -77,17 +77,10 @@ If `public/index.html` exists, it becomes the default page instead of a 404 page #### Using Bun with Create React App -To use Bun with `create-react-app`, there are two changes you will need to make in `public/index.html`: - -1. Replace `%PUBLIC_URL%` with `/` -2. Insert `