Skip to content

Commit ed4df38

Browse files
author
John Ottenlips
committed
gh pages
1 parent cebfe84 commit ed4df38

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

docs/blog/getting-started/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@
2424
<h1 id="getting-started-with-agave">Getting Started with Agave</h1>
2525
<p>Setting up your first Agave site takes just a few minutes.</p>
2626
<h2 id="installation">Installation</h2>
27-
<p>Install via opam or build from source:</p>
28-
<pre><code>dune build
29-
dune install
27+
<p>Install via npm:</p>
28+
<pre><code>npm install -g agave-generator
3029
</code></pre>
3130
<h2 id="create-your-first-site">Create Your First Site</h2>
3231
<ol>

example/markdown/blog/getting-started.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ Setting up your first Agave site takes just a few minutes.
77

88
## Installation
99

10-
Install via opam or build from source:
10+
Install via npm:
1111

1212
```
13-
dune build
14-
dune install
13+
npm install -g agave-generator
1514
```
1615

1716
## Create Your First Site

0 commit comments

Comments
 (0)