Files
textual/questions/README.md
Will McGugan 4102a61bfc Readme
2022-12-18 09:52:26 +00:00

19 lines
333 B
Markdown

# Questions
Your questions should go in this directory.
Question files should be named with the extension ".question.md".
To build the faq, install [faqtory](https://github.com/willmcgugan/faqtory) if you haven't already:
```
pip install faqtory
```
The run the following from the top of the repository:
```
faqtory build
```