oh-my-posh/docs
Suus 6e66501a0a fix: correct parameter in instructions
Installation instructions mention -o, however -o writes the log file:
       -o logfile
       --output-file=logfile
           Log all messages to logfile.  The messages are normally reported to standard error.
To write the document to an output file, in this case, you could use -O:
       -O file
       --output-document=file
2020-10-08 17:51:58 +02:00
..
docs fix: correct parameter in instructions 2020-10-08 17:51:58 +02:00
src feat: add docs 2020-10-05 17:19:05 +02:00
static feat: add docs 2020-10-05 17:19:05 +02:00
.gitignore feat: add docs 2020-10-05 17:19:05 +02:00
.markdownlint.json feat: add docs 2020-10-05 17:19:05 +02:00
docusaurus.config.js chore: how to add a segment 2020-10-06 21:13:21 +02:00
package.json feat: add docs 2020-10-05 17:19:05 +02:00
README.md feat: add docs 2020-10-05 17:19:05 +02:00
sidebars.js chore: how to add a segment 2020-10-06 21:13:21 +02:00
yarn.lock feat: add docs 2020-10-05 17:19:05 +02:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ yarn install

Local Development

$ yarn start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.