File tree Expand file tree Collapse file tree
docs/blog/getting-started Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments