mirror of
https://git.mills.io/prologic/zs
synced 2025-04-11 04:50:57 +00:00
Fix instructions for Quick Start
This commit is contained in:
parent
dfaa5cd490
commit
6b15486148
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue