diff --git a/README.md b/README.md
index a5fb1e8..e53b0a7 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
dotfiles

+--------------------------------
## System info
- `OS` Arch linux
@@ -12,12 +13,13 @@
## Install dependencys
```bash
-sudo pacman -S git alacritty neovim zsh ttf-jetbrains-mono
+sudo pacman -S git alacritty github-cli neovim tmux zsh ttf-jetbrains-mono
+yay -S visual-studio-code-bin
```
## And install deps
```bash
-git clone --recursive https://github.com/Smirnov-O/dotfiles .dotfiles
+git clone --recursive https://github.com/Smirnov-O/dotfiles ~/.dotfiles
rcup rcrc && rcup
```
diff --git a/vscode/README.md b/vscode/README.md
index 37345bb..1cb4630 100644
--- a/vscode/README.md
+++ b/vscode/README.md
@@ -1,8 +1,9 @@
# VSCode

+---------------------------------
-Install
+## Setup config
```bash
mv ~/vscode/settings.json ~/.config/Code/User
```