Skip to content

Instantly share code, notes, and snippets.

@willmendesneto
Last active June 19, 2023 11:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save willmendesneto/90240940216e60457216f3fbd193fac5 to your computer and use it in GitHub Desktop.
Save willmendesneto/90240940216e60457216f3fbd193fac5 to your computer and use it in GitHub Desktop.
Script to build and install Redis Desktop Manager Medis Locally on MacOS
echo "Installing Redis Desktop Manager 'Medis'"
[ -d ~/medis ] || git clone https://github.com/luin/medis.git ~/medis
cd ~/medis
npm install && npm run pack
cp -rf out/Medis-mas-x64/Medis.app /Applications/
cd ~ && rm -rf ~/medis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment