Skip to content

Commit

Permalink
Add new examples and expand installation info
Browse files Browse the repository at this point in the history
  • Loading branch information
qbit committed Dec 6, 2021
1 parent 2551d2d commit 6e2f8a7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,16 @@ It can be used to server existing wikis, or to create new ones.

# Installation

For Go 1.16:
```
go get -u suah.dev/widdler
```

For Go 1.17 and up:
```
go install suah.dev/widdler@latest
```

# Running

```
Expand All @@ -46,3 +52,16 @@ create the wiki file based off the current `empty.html` TiddlyWiki version.

Simply hit the save button!

# Updating widdler

```
go install suah.dev/widdler@latest
```

# Running without .htpasswd

You can disable auth all together by setting the `-auth` flag to false:

```
widdler -auth=false -wikis ~/wiki
```

0 comments on commit 6e2f8a7

Please sign in to comment.