diff --git a/README.md b/README.md index 6d85662..6d8bed6 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/new.sh b/new.sh index 5686cf7..abedc91 100644 --- a/new.sh +++ b/new.sh @@ -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" diff --git a/requeriments.txt b/requirements.txt similarity index 100% rename from requeriments.txt rename to requirements.txt