aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitali64 <vitali64pmemail@protonmail.com>2021-12-19 15:15:50 +0100
committerVitali64 <vitali64pmemail@protonmail.com>2021-12-19 15:15:50 +0100
commit16023c5b0b7ff748a5175d1f2a1aea0461cbe7ed (patch)
tree5b10db73379be85d065d6bf3a8057b9c9e6bf650
parent74eb1cc7277ae59aced2d514a76f30428af514eb (diff)
downloadseen-16023c5b0b7ff748a5175d1f2a1aea0461cbe7ed.tar.gz
seen-16023c5b0b7ff748a5175d1f2a1aea0461cbe7ed.zip
Add some more info in the README.md
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index e12f5c3..8b49728 100644
--- a/README.md
+++ b/README.md
@@ -6,23 +6,23 @@
First, install `markdown` because this script uses it heavily.
-Put your markdown files on `articles/<name of file>.md`.
+Put your markdown files on `articles/<name of file>.md` (create the directory if it doesn't exist).
You also need to create a config file. Put it in `articles/<name of file>.cfg`. It should use the same name your markdown file uses.
-- Example :
+Example :
-<pre><code>
-name="Hello World"
-desc="Welcome to my blog!"
-date="9th December 2021"
-</code></pre>
+ name="Hello World"
+ desc="Welcome to my blog!"
+ date="9th December 2021"
And run the following:
$ chmod +x seen.sh
$ ./seen.sh
+Your blog is in the `www/` directory. You can make your webserver use it.
+
Seen supports options too, for more info, run the following:
$ ./seen.sh --help