Skip to content

Update FAQ page with more Q/A #332

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 23, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix indentation
  • Loading branch information
humitos committed May 23, 2020
commit 573eb9e3dcdfcfab7bf69fff1a85add1e996f5f8
15 changes: 7 additions & 8 deletions .overrides/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,20 +130,19 @@ debes seguir estos pasos:

#. Instalar ``pre-commit``::

pip install pre-commit
pip install pre-commit

#. Configurar ``pre-commit`` en el repositorio de ``python-docs-es``::

cd python-docs-es/
pre-commit install
cd python-docs-es/
pre-commit install

#. Instalar ``hunspell``::

# Arch Linux
yay -S hunspell-es_any

# Ubuntu Linux
apt install hunspell-es
# Arch Linux
yay -S hunspell-es_any
# Ubuntu Linux
apt install hunspell-es

Luego, cada vez que realices un commit se ejecutará ``pre-commit`` y validará tus archivos.

Expand Down