1
0

website: add missing words

This commit is contained in:
Jim Tittsler 2022-07-16 23:17:00 +09:00 committed by GitHub
parent 081db983db
commit f874a709f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,14 +47,14 @@ Some core principles that underly Silver Bullets philosophy:
* **What you see is what it is.** No magic or hidden content. * **What you see is what it is.** No magic or hidden content.
* **Single, distraction free mode.** SB doesnt have a separate view and edit mode. It doesnt have a “focus mode.” Youre always in focused edit mode, why wouldnt you? * **Single, distraction free mode.** SB doesnt have a separate view and edit mode. It doesnt have a “focus mode.” Youre always in focused edit mode, why wouldnt you?
* **Keyboard oriented**. You can use SB fully using the keyboard, typin the keys. * **Keyboard oriented**. You can use SB fully using the keyboard, typin the keys.
* **Extend it your way**. SB is highly extensible with [[🔌 Plugs]], and you can customize it your liking and your workflows. * **Extend it your way**. SB is highly extensible with [[🔌 Plugs]], and you can customize it to your liking and your workflows.
## Running Silver Bullet ## Running Silver Bullet
Do you like what youre seeing? Are you ready to take that next step? Install it yourself locally or on your server! Its free. Do you like what youre seeing? Are you ready to take that next step? Install it yourself locally or on your server! Its free.
To run a release version, you need to have a recent version of [node.js installed](https://nodejs.org/en/) (16+). Silver Bullet has only been tested on MacOS and Linux thus far. It could also run on Windows, let me know if it does. To run a release version, you need to have a recent version of [node.js installed](https://nodejs.org/en/) (16+). Silver Bullet has only been tested on MacOS and Linux thus far. It could also run on Windows, let me know if it does.
To install and run SB, create a folder for your pages (can be empty or an existing folder with `.md` files) and run the following command in your terminal: To install and run SB, create a folder for your pages (it can be empty or an existing folder with `.md` files) and run the following command in your terminal:
npx @silverbulletmd/server <path-to-folder> npx @silverbulletmd/server <path-to-folder>
@ -62,4 +62,4 @@ Optionally you can use the `—port` argument to specify a HTTP port (defaults t
Thats it! Enjoy. Thats it! Enjoy.
If you (hypothetically) find bugs or have feature requests, post them in [our issue tracker](https://github.com/silverbulletmd/silverbullet). Want to contribute? [Check out the code](https://github.com/silverbulletmd/silverbullet). If you (hypothetically) find bugs or have feature requests, post them in [our issue tracker](https://github.com/silverbulletmd/silverbullet). Want to contribute? [Check out the code](https://github.com/silverbulletmd/silverbullet).