mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-02 05:41:10 -08:00
6e66501a0a
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 |
||
---|---|---|
.. | ||
docs | ||
src | ||
static | ||
.gitignore | ||
.markdownlint.json | ||
docusaurus.config.js | ||
package.json | ||
README.md | ||
sidebars.js | ||
yarn.lock |
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.