Skip to content

Commit 981f2f8

Browse files
authored
Update README.md
1 parent bcf5266 commit 981f2f8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,14 @@ module.exports = nextConfig;
6666
### 2. Build Your Next.js App
6767

6868
```bash
69+
# Any pkg manager is fine
6970
bun run build
7071
```
7172

7273
### 3. Generate Single HTML File
7374

7475
```bash
76+
# npx works too, you need bun installed on your system though
7577
bunx next-single-file --input out --output dist/index.html
7678
```
7779

0 commit comments

Comments
 (0)