From 73a198bbee8f60fe632ed0f340ba82b8127f949f Mon Sep 17 00:00:00 2001 From: Simon Janssen <32472583+JanssenSimon@users.noreply.github.com> Date: Mon, 16 Jan 2023 11:50:23 -0500 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 832541e..fbfcf00 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,18 @@ files into html pages. My goal with this software is to make it self-sufficient. ## DEPENDENCIES: -- linux (using systemd and sudo) -- posix compliant shell (some other shells work) +- linux (using systemd, sudo, and some posix compliant shell) - pandoc - inotify-tools ## INSTRUCTIONS 0. Make wimp script executable (`chmod +x wimp`) -1. Run wimp -2. Put your markdown files in `src/` and your style containing html files in `includes/` -3. Point a webserver to `public/` +1. Run `wimp init` +2. Put your markdown files in `src/` +3. Point a webserver to `public/` if you want to 4. ??? 5. Profit. + +## POSIX +This shell script is supposed to be posix compliant; it not being so is a bug. +Feel free to report any bugs you find.