Skip to content

Commit

Permalink
docs: Write why asdf-amm useful
Browse files Browse the repository at this point in the history
  • Loading branch information
ysthakur committed Jul 24, 2023
1 parent 3c06c21 commit a7eda01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
# asdf-amm [![Build](https://github.com/ysthakur/asdf-amm/actions/workflows/build.yml/badge.svg)](https://github.com/ysthakur/asdf-amm/actions/workflows/build.yml) [![Lint](https://github.com/ysthakur/asdf-amm/actions/workflows/lint.yml/badge.svg)](https://github.com/ysthakur/asdf-amm/actions/workflows/lint.yml)

[Ammonite](https://ammonite.io/) plugin for the [asdf version manager](https://asdf-vm.com).
The official instructions for installing Ammonite involve downloading the executable
for your desired version into a folder like `/usr/local/bin`, but this means you can
only have one version of Ammonite accessible at a time, and both installation and
updating are a bit annoying. asdf lets you install multiple versions of tools such
as Ammonite at a time, and you can switch between them automatically, in case you
need different Ammonite versions in different projects.

</div>

Expand Down

0 comments on commit a7eda01

Please sign in to comment.