Fix instructions for Quick Start

This commit is contained in:
James Mills 2023-03-27 18:26:56 +10:00
parent dfaa5cd490
commit 6b15486148
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6

View File

@ -29,8 +29,8 @@ Table of Contents:
## Quick Start ## Quick Start
```console ```console
go get install go.mills.io/zs@latest go install go.mills.io/zs@latest
cat > .zs/layout.html <<EOF mkdir .zs && cat > .zs/layout.html <<EOF
<html> <html>
<head> <head>
<title>{{ title }}</title> <title>{{ title }}</title>