From a4391d7ef2248d60dbb3138fc2c046dd9218a924 Mon Sep 17 00:00:00 2001 From: Marcelo Hernandez Date: Sun, 24 Dec 2023 16:23:17 -0500 Subject: [PATCH] update showcase asciicast --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea7c6bd..a7f9f6c 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,11 @@ variable. This makes testing some quick lines of code easy without having to open a new replit or creating a new project with boilerplate yourself. -### Below is a showcase with the `$VISUAL` variable set to `nvim` for Neovim: (old) +## Showcase -[![asciicast](https://asciinema.org/a/5soMz3UBzMbXO2Nb7LQELtcsT.svg)](https://asciinema.org/a/5soMz3UBzMbXO2Nb7LQELtcsT) +_(`$VISUAL` variable set to `nvim` for Neovim)_ + +[![asciicast](https://asciinema.org/a/628728.svg)](https://asciinema.org/a/628728) ## Running @@ -32,6 +34,8 @@ environment variable will be run in the new directory. ## Building +_(Currently the only installation method)_ + Ensure you have [Rust] installed. After cloning this repo, `cd` into it and install by running: