mirror of
https://git.mills.io/prologic/zs
synced 2025-04-04 13:53:33 +03: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
|
||||
|
||||
```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>
|
||||
|
|
Loading…
Add table
Reference in a new issue