Skip to content

Commit

Permalink
Merge pull request #162 from timo/patch-1
Browse files Browse the repository at this point in the history
fix links in readme, add --/test back to install intsruction
  • Loading branch information
patrickbkr authored Aug 15, 2024
2 parents 504feac + d6791ec commit 431bf62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ This is part of the Cro libraries for implementing services and distributed
systems in Raku. See the [Cro website](https://cro.services/) for further
information and documentation.

This repository contains the [`cro` command line tool], as well as the sources for the Cro documentation included in the [Cro website](http://cro.services/) for further
information and documentation in the [`doc`](/doc) directory.
This repository contains the [`cro` command line tool](/docs/cro-tool.md), as well as the sources for the Cro documentation included in the [Cro website](http://cro.services/) for further
information and documentation in the [`docs`](/docs/index.md) directory.

## Install

Install this using zef

zef install cro
zef install --/test cro

0 comments on commit 431bf62

Please sign in to comment.