Skip to content

Commit

Permalink
docs: update todo
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Sep 2, 2024
1 parent 4501b09 commit 10164e5
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ The goal of this project is to leverage the collective power of all the develope
[goreleaser](https://goreleaser.com/) and [cargo-dist](https://github.com/axodotdev/cargo-dist) and many others to
pre-compile their software and put their binaries up on GitHub or GitLab and install the binaries.

## Needed Before 1.0

- [ ] make defaults configurable (bin directory for example)
- [ ] finish bin re-org under `opt/`
- [ ] detect already installed versions
- [ ] implement signature verification
- [ ] implement uninstall
- [ ] implement cleanup

## Install

1. Set your path `export PATH=$HOME/.distillery/bin:$PATH`
Expand Down Expand Up @@ -73,13 +82,6 @@ dist install homebrew/opentofu
- Homebrew (binaries only, if anything has a dependency, it will not work at this time)
- Hashicorp

## Needed Before 1.0

- [ ] make defaults configurable (bin directory for example)
- [ ] implement signature verification
- [ ] implement uninstall
- [ ] implement cleanup

## Behaviors

- Caching of HTTP calls where possible (GitHub primarily)
Expand Down

0 comments on commit 10164e5

Please sign in to comment.