fix lexica name: 'renamed: requeriments.txt -> requirements.txt'

This commit is contained in:
Jesús 2019-05-19 14:48:03 -05:00
parent cfe028af11
commit 94fbda98b2
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766
3 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ siguientes órdenes:
2. `cd cl`
3. `virtualenv -p python3 venv`
4. `source venv/bin/activate`
5. `pip install -U -r requeriments.txt`
5. `pip install -U -r requirements.txt`
6. `(cd cl-theme && make compile)`
7. `cp -v Makefile.example Makefile`
8. `make html`

2
new.sh
View File

@ -35,4 +35,4 @@ printf '%s\n%s\n%s\n%s\n%s\n%s\n' "$o_author"\
"$o_date"\
"$o_slug"\
"$o_tag"\
"$o_title" > "$slug.md"
"$o_title" > "content/$slug.md"