We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When this prompt shows up i click enter (assuming that /usr/local/bin is the default)
/usr/local/bin
sh <(curl -fsSL https://cog.run/install.sh) Install location? [/usr/local/bin]:
what happens:
The directory does not exist. Please create it and re-run this script.
what i expect is to use the default shown path by clicking enter but i had to manually type it (lazy i know) can we make it enter for default?
The text was updated successfully, but these errors were encountered:
you can take /usr/local/bin as input
Sorry, something went wrong.
yes I know. I mentioned I can type it in. my point was that it is a small detail but was unintuitive
No branches or pull requests
When this prompt shows up i click enter (assuming that
/usr/local/bin
is the default)what happens:
what i expect is to use the default shown path by clicking enter but i had to manually type it (lazy i know)
can we make it enter for default?
The text was updated successfully, but these errors were encountered: