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
1 changed files with 2 additions and 2 deletions

View File

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