Skip to content
Snippets Groups Projects
Commit 6f3647d9 authored by Charles JAVERLIAT's avatar Charles JAVERLIAT
Browse files

Update locale

parent fbc54930
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,15 @@ The default password is `raspberry`. You can change it later using:
passwd
```
### Change locale
```sh
echo "
export LANGUAGE=en_GB.UTF-8
export LANG=en_GB.UTF-8
export LC_ALL=en_GB.UTF-8" >> ~/.bashrc
```
### Required packages
You have to install a few packages to follow this guide smoothly.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment