+readme
This commit is contained in:
parent
09fafbf6c4
commit
77dca08ba4
28
README.md
Normal file
28
README.md
Normal file
@ -0,0 +1,28 @@
|
||||
widdler
|
||||
=======
|
||||
|
||||
widdler is a single binary that serves up
|
||||
[TiddlyWiki](https://tiddlywiki.com)s.
|
||||
|
||||
It can be used to server existing wikis, or to create new ones.
|
||||
|
||||
# Installation
|
||||
|
||||
```
|
||||
go get -u suah.dev/widdler
|
||||
```
|
||||
|
||||
# Running
|
||||
|
||||
```
|
||||
widdler
|
||||
```
|
||||
|
||||
# Creating a new TiddlyWiki
|
||||
|
||||
Simply browse to the file name you wish to create. widdler will automatically
|
||||
create the wiki file based off the current `empty.html` TiddlyWiki version.
|
||||
|
||||
# Saving changes
|
||||
|
||||
Simply hit the save button!
|
Loading…
Reference in New Issue
Block a user