We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3167a5 commit eff8767Copy full SHA for eff8767
1 file changed
README.md
@@ -83,6 +83,14 @@ Examples of the full setup for some OSes are below:
83
uv run pre-commit install
84
```
85
86
+Another command for installing mise in your session can also work (in bash):
87
+
88
+```bash
89
+ eval "$(mise activate bash)"
90
+ # confirm it is working in this shell:
91
+ mise doctor
92
+```
93
94
### OS X
95
96
```zsh
0 commit comments