vuejs / vitepress

Vite & Vue powered static site generator.
https://vitepress.dev
MIT License
11.33k stars 1.83k forks source link

docs(getting-started.md):Add a space #3764

Closed conglinyizhi closed 3 weeks ago

conglinyizhi commented 3 weeks ago

This is a space prompted by the instructions when the bun is runtime, and after the system installs the bun, there is no instruction called bunx but needs 'bun x' to execute normally, so a space is added.

brc-dd commented 3 weeks ago

You probably have a broken installation of bun.

https://bun.sh/docs/cli/bunx

Though you don't need bunx or bun x. Just bun would suffice because you're supposed to install vitepress before running init.

conglinyizhi commented 3 weeks ago

Okay, it looks like the way I installed the bun wasn't very formal, maybe something weird went wrong with the installation, I realized that there might be a bug on my side, so I'll close this PR

conglinyizhi commented 3 weeks ago

For more information for latecomers, I installed the bun globally via pnpm, which doesn't seem to be on the official installation instructions, as I'm used to using pnpm instead of npm.