Update readme

This commit is contained in:
Patrick Marsceill 2022-03-03 19:45:05 +00:00 committed by GitHub
parent 501c007da1
commit 265e88ed7a

View File

@ -13,6 +13,17 @@
## Installation
### via GitHub Pages remote theme
The quickiest way to use Just The Docs is to use GitHub pages [remote theme](https://blog.github.com/2017-11-29-use-any-theme-with-github-pages/) feature in your `config.yml` file:
```yaml
remote_theme: just-the-docs/just-the-docs
```
### via RubyGems:
Alternatively you can install it as a Ruby Gem.
Add this line to your Jekyll site's Gemfile:
```ruby