Skip to content

Commit

Permalink
Merge pull request #2 from ryodocx/dev
Browse files Browse the repository at this point in the history
v1.0.0
  • Loading branch information
ryodocx authored Sep 19, 2021
2 parents fdcce8e + 05f31be commit be01470
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 16 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Bump to 1.0.0
* Add CHANGELOG.md
* Update README.md
1 change: 0 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

MIT License

Copyright (c) 2021 ryodocx
Expand Down
17 changes: 3 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

</div>

# Dependencies

- `bash`, `curl`, `tar`: generic POSIX utilities.

# Install

Plugin:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
1.0.0

0 comments on commit be01470

Please sign in to comment.