If you are using Windows, you should check what Emacs thinks the `~` directory is by running Emacs and typing `C-x d ~/<RET>`, and then adjust the command appropriately.
!!! Note
If you are using Windows, you should check what Emacs thinks the `~` directory is by running Emacs
and typing `C-x d ~/<RET>`, and then adjust the command appropriately.
## Updating Prelude
## Updating Prelude
@ -69,9 +82,9 @@ Just run <kbd>M-x package-list-packages RET U x</kbd>.
#### Update Prelude's code
#### Update Prelude's code
```bash
cd path/to/prelude/installation
git pull
```shellsession
$ cd path/to/prelude/installation
$ git pull
```
```
The `path/to/prelude/installation` is usually `~/.emacs.d` (at least
The `path/to/prelude/installation` is usually `~/.emacs.d` (at least