diff --git a/README.md b/README.md
index 34f3465..c50a886 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+[English](README.md) | [Русский](README.ru.md)
+
# build_msp
_A tool that helps to build .msp file mod_
@@ -15,6 +17,9 @@ Options:
-V, --version Print version
```
+- **--input** - the source directory with the mod files
+- **--output** - path to the .msp file
+- **--manifest** - path to the manifest
### Manifest example
```
diff --git a/README.ru.md b/README.ru.md
new file mode 100644
index 0000000..eebaa79
--- /dev/null
+++ b/README.ru.md
@@ -0,0 +1,52 @@
+[English](README.md) | [Русский](README.ru.md)
+
+# build_msp
+_Утилита для создания модов в формате .msp_
+
+---
+
+### Как использовать
+```
+Usage: build_msp [OPTIONS]
+
+Options:
+ -i, --input [default: .]
+ -o, --output