Skip to content

Commit

Permalink
chore: prepare for v0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rawkode committed Jun 2, 2023
1 parent 0984be4 commit 4c31a96
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -22,6 +22,7 @@
Want to learn how to use Comtrya? [Check the docs](https://comtrya.dev).

---

## About

Comtrya is a tool to help provision a fresh OS with the packages and configuration (dotfiles) you need to become productive again.
Expand All @@ -43,10 +44,9 @@ curl -fsSL https://get.comtrya.dev | sh
or specify `VERSION=vx.x.x` to pin to a release version

```shell
VERSION=v0.8.1 curl -fsSL https://get.comtrya.dev | sh
VERSION=v0.8.5 curl -fsSL https://get.comtrya.dev | sh
```


If this doesn't work for your OS and architecture, please open an issue and we'll do our best to support it.

## Usage
Expand Down Expand Up @@ -85,9 +85,9 @@ We're using [petgraph](https://github.com/petgraph/petgraph) to build out the gr

Currently, we execute arbitrary `packager install` commands. The provider spec should be enriched to support:

- List refresh
- Upgrades
- Version pinning
- List refresh
- Upgrades
- Version pinning

### Integration tests

Expand Down

0 comments on commit 4c31a96

Please sign in to comment.