Skip to content

Commit eff8767

Browse files
committed
add more info on Mise shell activation to readme.md
1 parent f3167a5 commit eff8767

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,14 @@ Examples of the full setup for some OSes are below:
8383
uv run pre-commit install
8484
```
8585

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+
8694
### OS X
8795

8896
```zsh

0 commit comments

Comments
 (0)