mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
19 lines
334 B
Markdown
19 lines
334 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
|
|
```
|
|
|
|
Then run the following from the top of the repository:
|
|
|
|
```
|
|
faqtory build
|
|
```
|