README: Add a note on additional steps after running guix pull. * README: Add a note for checks after running guix pull.
README.md
31 | 31 | ||
32 | 32 | Then run `guix pull` to pull the new channel. | |
33 | 33 | ||
34 | + | ### Important checks ### | |
35 | + | ||
36 | + | Make sure your guix environment is set up properly. You need to have | |
37 | + | `~/.config/guix/current` as the **first** item in your `$PATH` or you're going | |
38 | + | to run into troubles. Additionnaly, after running `guix pull`, make sure you | |
39 | + | run `hash guix` in any open terminal to make sure bash's cache is cleared of | |
40 | + | the old guix binary location. | |
41 | + | ||
34 | 42 | Usage | |
35 | 43 | ----- | |
36 | 44 |