We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcf5266 commit 981f2f8Copy full SHA for 981f2f8
1 file changed
README.md
@@ -66,12 +66,14 @@ module.exports = nextConfig;
66
### 2. Build Your Next.js App
67
68
```bash
69
+# Any pkg manager is fine
70
bun run build
71
```
72
73
### 3. Generate Single HTML File
74
75
76
+# npx works too, you need bun installed on your system though
77
bunx next-single-file --input out --output dist/index.html
78
79
0 commit comments