mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
django: add download script to file-scrapers.md
This commit is contained in:
parent
026e8f8c40
commit
2db89fea4d
1 changed files with 5 additions and 2 deletions
|
@ -25,8 +25,11 @@ and put it in `/path/to/devdocs/docs/`
|
|||
Go to https://docs.djangoproject.com/, select the version from the
|
||||
bubble in the bottom-right corner, then download the HTML version from the sidebar.
|
||||
|
||||
URL: `https://media.djangoproject.com/docs/django-docs-$VERSION-en.zip`
|
||||
|
||||
```sh
|
||||
mkdir --parent docs/django\~$VERSION/; \
|
||||
curl https://media.djangoproject.com/docs/django-docs-$VERSION-en.zip | \
|
||||
bsdtar --extract --file - --directory=docs/django\~$VERSION/
|
||||
```
|
||||
|
||||
## Erlang
|
||||
|
||||
|
|
Loading…
Reference in a new issue