tomu.im/README.md
Craig de Stigter 64c55e55f0 Fix formatting issues with commands in markdown docs
Some commands were not wrapped in backticks, and consequently
some `--double-hyphen` args were converted to em-dash during compilation
to HTML.
2018-08-27 12:12:21 +12:00

548 B

Tomu.im Site Source

This is the source code to Tomu.im

Developing Locally

Following the Github Documentation on Developing Locally, perform the following steps on this repo once checked out:

  1. Ensure ruby is installed. On Ubuntu/Debian, run sudo apt install ruby ruby-dev make gcc libcurl3 autoconf libz-dev ruby-bundler
  2. bundle install --path vendor/bundle
  3. bundle exec jekyll serve