Skip to content

Commit

Permalink
Fix installation from sources instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Dec 20, 2024
1 parent bfd985f commit 37b2472
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ marten -v
Marten can be installed from the sources by running the following commands:

```bash
git clone https://github.com/martenframework/marten
git clone -b v0.3.x https://github.com/martenframework/marten
cd marten
shards install
crystal build src/marten_cli.cr -o bin/marten
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ marten -v
Marten can be installed from the sources by running the following commands:

```bash
git clone https://github.com/martenframework/marten
git clone -b v0.4.x https://github.com/martenframework/marten
cd marten
shards install
crystal build src/marten_cli.cr -o bin/marten
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ marten -v
Marten can be installed from the sources by running the following commands:

```bash
git clone https://github.com/martenframework/marten
git clone -b v0.5.x https://github.com/martenframework/marten
cd marten
shards install
crystal build src/marten_cli.cr -o bin/marten
Expand Down

0 comments on commit 37b2472

Please sign in to comment.