Skip to content

Commit 2b47406

Browse files
authored
Update README.md w. the one line added to shell.rc
There's a discrepancy between what I see in my terminal and what the README says should happen that's throwing me off. I think the code is correct and the doc needs updating.
1 parent 84f5796 commit 2b47406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ more shells.
100100
> `dev integrate` looks for and edits known `shell.rc` files adding one line:
101101
>
102102
> ```sh
103-
> eval "$(dev --shellcode)"
103+
> eval "$(pkgx --quiet dev --shellcode)"
104104
> ```
105105
>
106106
> If you don’t trust us (good on you), then do a dry run first:

0 commit comments

Comments
 (0)