diff options
author | Case Duckworth | 2023-01-09 00:06:06 -0600 |
---|---|---|
committer | Case Duckworth | 2023-01-09 00:06:06 -0600 |
commit | c1916809427b8465f472678b7d406b889ff3d6ff (patch) | |
tree | efa3fa9fd7025dbbafc2e2484991c28af5dd3a54 | |
parent | Typos (diff) | |
download | vienna-c1916809427b8465f472678b7d406b889ff3d6ff.tar.gz vienna-c1916809427b8465f472678b7d406b889ff3d6ff.zip |
Add installation instructions
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md index 1a1a9b7..98cb53c 100644 --- a/README.md +++ b/README.md | |||
@@ -266,6 +266,11 @@ before building the site. Plugins are placed in `$VIENNA_PLUGINDIR`, or | |||
266 | You can see the `plugins` directory of this repo for some example plugins that I | 266 | You can see the `plugins` directory of this repo for some example plugins that I |
267 | found useful. | 267 | found useful. |
268 | 268 | ||
269 | ## installing `vienna` | ||
270 | |||
271 | Clone this repository and copy or link `vienna` to somewhere in your `$PATH`. | ||
272 | That's what I do anyway. | ||
273 | |||
269 | ## contributing | 274 | ## contributing |
270 | 275 | ||
271 | Comments, bug reports, and merge requests are welcome! | 276 | Comments, bug reports, and merge requests are welcome! |