diff --git a/README.md b/README.md index d445423b..c9c40ada 100644 --- a/README.md +++ b/README.md @@ -324,7 +324,13 @@ echo "source \$HOME/.tenv.completion.fish" >> ~/.config/fish/config.fish Without subcommand `tenv` display interactive menus to manage tools and their versions. -![example interactive mode usage](./docs/tenv.svg) +

+ + tenv interactive + +
+

+
tenv <tool> install [version]
diff --git a/assets/tenv.gif b/assets/tenv.gif new file mode 100644 index 00000000..00d43c42 Binary files /dev/null and b/assets/tenv.gif differ diff --git a/docs/tenv.svg b/assets/tenv.svg similarity index 100% rename from docs/tenv.svg rename to assets/tenv.svg