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
Related to conan-io/conan-center-index#17719
We need to run Fish shell in Mac and Linux machines to validate the new feature integration.
To install in Ubuntu, we can add their launchpad repo and install directly:
https://launchpad.net/~fish-shell/+archive/ubuntu/release-3
sudo apt-add-repository ppa:fish-shell/release-3 sudo apt update sudo apt install fish
It's possible to download tar file directly and install, but I didn't check its dependencies.
On Mac, it's available via Brew:
https://formulae.brew.sh/formula/fish
So a simple brew install fish should be enough.
brew install fish
Extra info about the installation: https://github.com/fish-shell/fish-shell?tab=readme-ov-file#getting-fish
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Related to conan-io/conan-center-index#17719
We need to run Fish shell in Mac and Linux machines to validate the new feature integration.
To install in Ubuntu, we can add their launchpad repo and install directly:
https://launchpad.net/~fish-shell/+archive/ubuntu/release-3
It's possible to download tar file directly and install, but I didn't check its dependencies.
On Mac, it's available via Brew:
https://formulae.brew.sh/formula/fish
So a simple
brew install fish
should be enough.Extra info about the installation: https://github.com/fish-shell/fish-shell?tab=readme-ov-file#getting-fish
The text was updated successfully, but these errors were encountered: