Allow setting system locales
diff --git a/README.rst b/README.rst
index fa422f7..05137aa 100644
--- a/README.rst
+++ b/README.rst
@@ -153,6 +153,18 @@
           - package: '*'
             action: switch
 
+Set system locales:
+
+.. code-block:: yaml
+
+    linux:
+      system:
+        locale:
+          en_US.UTF-8:
+            default: true
+          cs_CZ.UTF-8:
+            enabled: true
+
 Kernel
 ~~~~~~