diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e22c0a2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +* Bump to 1.0.0 +* Add CHANGELOG.md +* Update README.md diff --git a/LICENSE b/LICENSE index cb9f8bc..36c1656 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,3 @@ - MIT License Copyright (c) 2021 ryodocx diff --git a/README.md b/README.md index ab071a6..b90c928 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,10 @@ # asdf-viddy [![Build](https://github.com/ryodocx/asdf-viddy/actions/workflows/build.yml/badge.svg)](https://github.com/ryodocx/asdf-viddy/actions/workflows/build.yml) [![Lint](https://github.com/ryodocx/asdf-viddy/actions/workflows/lint.yml/badge.svg)](https://github.com/ryodocx/asdf-viddy/actions/workflows/lint.yml) - -[viddy](https://github.com/sachaos/viddy) plugin for the [asdf version manager](https://asdf-vm.com). +[Viddy](https://github.com/sachaos/viddy) plugin for the [asdf version manager](https://asdf-vm.com). -# Dependencies - -- `bash`, `curl`, `tar`: generic POSIX utilities. - # Install Plugin: @@ -21,20 +16,14 @@ asdf plugin add viddy asdf plugin add viddy https://github.com/ryodocx/asdf-viddy.git ``` -viddy: +Viddy: ```shell -# Show all installable versions -asdf list-all viddy - -# Install specific version +# Install latest version asdf install viddy latest # Set a version globally (on your ~/.tool-versions file) asdf global viddy latest - -# Now viddy commands are available -viddy --version ``` Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to diff --git a/version.txt b/version.txt index 8acdd82..3eefcb9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.0.1 +1.0.0