diff --git a/README.md b/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..c9c1c02e596f29e7329900018536e941fe64e331
--- /dev/null
+++ b/README.md
@@ -0,0 +1,23 @@
+# NeoVim configuration
+
+## Neovim installation process (Arch based distros)
+
+```bash
+sudo pacman -S neovim
+```
+
+## Removing previous config
+
+**I highly encourage you to backup your previous configuration that should be
+located at `$HOME/.config/nvim`**
+
+```bash
+rm -rf ~/.config/nvim
+rm -rf ~/.local/share/nvim
+```
+
+## Using my config
+
+```bash
+git clone https://gitedu.hesge.ch/iliya.saroukha/nvim_config.git ~/.config/nvim
+```