Skip to content

Commit 4c64829

Browse files
committed
docs: README and getting started provide command for latest version
1 parent 77e09f1 commit 4c64829

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ Blogatto generates your entire static site from a single configuration: blog pos
2828

2929
## Installation
3030

31+
Blogatto is available on [Hex](https://hex.pm/packages/blogatto). Add it as a dependency to your project:
32+
3133
```sh
32-
gleam add blogatto@3
33-
gleam add lustre@5
34+
gleam add blogatto
3435
```
3536

3637
## Quick start

docs/getting-started.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ This guide walks you through installing Blogatto and building your first static
1515

1616
## Installation
1717

18-
Add Blogatto to your Gleam project:
18+
Blogatto is available on [Hex](https://hex.pm/packages/blogatto). Add it as a dependency to your project:
19+
1920

2021
```sh
21-
gleam add blogatto@3
22+
gleam add blogatto
2223
```
2324

2425
## Project structure

0 commit comments

Comments
 (0)