fix lexica name: 'renamed: requeriments.txt -> requirements.txt'
This commit is contained in:
parent
cfe028af11
commit
94fbda98b2
@ -66,7 +66,7 @@ siguientes órdenes:
|
|||||||
2. `cd cl`
|
2. `cd cl`
|
||||||
3. `virtualenv -p python3 venv`
|
3. `virtualenv -p python3 venv`
|
||||||
4. `source venv/bin/activate`
|
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)`
|
6. `(cd cl-theme && make compile)`
|
||||||
7. `cp -v Makefile.example Makefile`
|
7. `cp -v Makefile.example Makefile`
|
||||||
8. `make html`
|
8. `make html`
|
||||||
|
2
new.sh
2
new.sh
@ -35,4 +35,4 @@ printf '%s\n%s\n%s\n%s\n%s\n%s\n' "$o_author"\
|
|||||||
"$o_date"\
|
"$o_date"\
|
||||||
"$o_slug"\
|
"$o_slug"\
|
||||||
"$o_tag"\
|
"$o_tag"\
|
||||||
"$o_title" > "$slug.md"
|
"$o_title" > "content/$slug.md"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user