You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# works for macOS, linux, and even on windows in git bash
curl -sL install.mob.sh | sh
The installation on windows in git bash seems to be successful, but the test reports the contrary:
$ curl -sL install.mob.sh | sh
installing latest 'mob' release from GitHub to C:/Users/johndoe/bin...
Mob binary location: /c/Users/johndoe/bin/mob
Mob binary version: v5.3.1
(!) The installation location doesn't match the location of the mob binary.
This means that the binary that's used is not the binary that has just been installed
You probably want to delete the binary at /c/Users/johndoe/bin/mob
It states the installation was not successful (but should report success as it seems):
This means that the binary that's used is not the binary that has just been installed
$ mob --version
v5.3.1
The text was updated successfully, but these errors were encountered:
The "How to install" states:
The installation on windows in git bash seems to be successful, but the test reports the contrary:
It states the installation was not successful (but should report success as it seems):
The text was updated successfully, but these errors were encountered: