Chromium Code Reviews| Index: go/README.md |
| diff --git a/go/README.md b/go/README.md |
| index d589ac5e6d052abf9b2b57b0eb0870de7d441f95..93bccd1515f5e4b33ce5baa5db7af1bfefdbc3e7 100644 |
| --- a/go/README.md |
| +++ b/go/README.md |
| @@ -96,6 +96,11 @@ Alternatively `go/env.py` can be used as a wrapping command that sets up an |
| environment and invokes some other process. It is particularly useful on |
| Windows. |
| +If the `INFRA_PROMPT_TAG` environment variable is exported while running |
| +`go/env.py`, the new environment will include a modified `PS1` proppt containing |
|
mithro
2016/07/07 04:48:14
s/proppt/prompt/
dnj (Google)
2016/07/07 06:58:06
Done.
|
| +the `INFRA_PROMPT_TAG` value to indicate that the modified environment is being |
| +used. By default, this value is "[cr go] ", but it can be changed by exporting |
| +a different value or disabled by exporting an empty value: |
|
mithro
2016/07/07 04:48:14
s/:/./ ?
dnj (Google)
2016/07/07 06:58:06
Ah that used to have a shell snippet following it,
|
| ## Dependency management |