Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md31
1 files changed, 29 insertions, 2 deletions
diff --git a/README.md b/README.md
index 79fae095..5ce5e89e 100644
--- a/README.md
+++ b/README.md
@@ -30,13 +30,39 @@ Some additional options that are not needed by most users are hidden behind the
## Running from a declarative configuration file or URL
-Prequisites:
+Prerequisites:
1. Edit the [configuration file](https://github.com/archlinux/archinstall/blob/master/examples/config-sample.json) according to your requirements.
Assuming you are on a Arch Linux live-ISO and booted into EFI mode.
# archinstall --config <path to user config file or URL> --disk-layout <path to disk layout config file or URL> --creds <path to user credentials config file or URL>
+# Available Languages
+
+Archinstall is available in different languages which have been contributed and are maintained by the community.
+Current translations are listed below and vary in the amount of translations per language
+```
+English
+Deutsch
+Española
+Française
+Indonesia
+Italiano
+Nederlands
+Polskie
+Portugues do Brasil
+Português
+Svenska
+Türkçe
+čeština
+Русский
+اردو
+Ελληνικά
+தமிழ்
+```
+
+Any contributions to the translations are more than welcome, and to get started please follow [the guide](https://github.com/archlinux/archinstall/blob/master/archinstall/locales/README.md)
+
# Help?
Submit an issue here on GitHub, or submit a post in the discord help channel.<br>
@@ -55,7 +81,8 @@ The guided installer itself is also optional to use if so desired and not forced
Archinstall has one fundamental function which is to be a flexible library to manage services, packages and other aspects inside the installed system.
This library is in turn used by the provided guided installer but is also for anyone who wants to script their own installations.
-Therefore, Archinstall will try its best to not introduce any breaking changes except for major releases which may break backwards compability after notifying about such changes.
+Therefore, Archinstall will try its best to not introduce any breaking changes except for major releases which may break backwards compatibility after notifying about such changes.
+
# Scripting your own installation