Last active
June 19, 2023 11:56
-
-
Save willmendesneto/90240940216e60457216f3fbd193fac5 to your computer and use it in GitHub Desktop.
Script to build and install Redis Desktop Manager Medis Locally on MacOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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