Skip to content

Commit 3ddd398

Browse files
committed
Update README.md
1 parent d561eb9 commit 3ddd398

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
@@ -31,7 +31,7 @@ Here's its usage:
3131
## Gotchas
3232
Windows requires at least Go 1.3.
3333

34-
Different operating systems / shells aren't really compatible. I'm able to discern which environment variables I'm responsible for with shells (like bash) by using their config files, but I can't do that with Windows or OSX. All appends will get collapsed into sets, and unsets aren't just masking the value, they may actually remove it.
34+
Different operating systems / shells aren't really compatible. I'm able to discern which environment variables I'm responsible for with shells (like bash) by using their config files, but I can't do that with Windows. All appends will get collapsed into sets, and unsets aren't just masking the value, they may actually remove it.
3535

3636
In other words this command works but it's dangerous. If you set your `PATH` don't be surprised when it clears all the previous values and you can't get them back.
3737

0 commit comments

Comments
 (0)