diff options
| author | Ahmed Abdelhalim <[email protected]> | 2018-06-05 15:07:43 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2018-06-05 15:14:41 +0200 |
| commit | a90fa2b70864c34d926a58ea536362887c880024 (patch) | |
| tree | a1a5fd9ad9e139c5c11b7163b20ead9f139d5613 /README.md | |
| parent | 94c879875ebd6d00d1f34d197e68aff3be37cdde (diff) | |
Fix README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,29 +1,29 @@ -#Installation : +# Installation : ```sh git clone [email protected]:mad-raz/dotvim.git ~/.vim ``` -#Create symlinks : +# Create symlinks : ```sh ln -s ~/.vim/.vimrc ~/.vimrc ``` -#Installing Plugins : +# Installing Plugins : ```sh :PlugInstall ``` -#Updating Plugins : +# Updating Plugins : ``` :PlugUpdate ``` -#Updating Plug (plugins manager) +# Updating Plug (plugins manager) ``` :PlugUpgrade ``` -#Dotfiles : -other `.dotfiles` setup have been moved to [dotfiles](https://github.com/mad-raz/dotfiles) +# Dotfiles : +other `.dotfiles` setup have been moved to [dotfiles](https://gitlab.com/mad-raz/dotfiles) |
