-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
medusaup #352
Comments
This is a duplicate of #205 What is the blocker on #224 @anishnaik ? |
I'll close this one If anyone wants a quick fix, here's what I'm doing: function medusaup()
{
pushd . &>>/dev/null
cd <YOUR_MEDUSA_GIT_REPOSITORY_PATH>
git pull
echo "Building medusa $(git rev-parse --short HEAD)"
go build
mv medusa /usr/local/bin
popd &>>/dev/null
} |
@0xalpharush As a side note, we'll also be fixing We can't use This is only a problem because we tried to maintain the original The fix will look like this:
That will let us use |
As a beta tester, I would like to always use the latest version of medusa.
It would be nice to have a
medusaup
command similar tofoundryup
so that it can compile from themaster
branchThe text was updated successfully, but these errors were encountered: