diff --git a/README.md b/README.md
index 3c30b6c..c3bbe05 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,75 @@
+
StarVim
+
+A IDE wrapper which is beyond the moon 🌚 and above the stars ⭐ :O!
+
+
+
+
+
## Installation
`bash <(curl -s https://raw.githubusercontent.com/ashincoder/StarVim/main/bin/installer)`
+## Update Config
+
+To keep the config up to date :
+
+```
+git pull
+nvim +PackerCompile
+```
+
+> ! This will not affect your 'sv-config.lua'. So don't worry.
+
+# Features
+
+- Packer.nvim as package manager
+- Nvim-treesitter for syntax highlighting
+- LspInstall for installing lsp servers easily.
+- Nvim-compe for autocompletion
+- Lspkind to show pictograms on autocompletion items
+- Using nvim-lsp
+- Nvim-lspconfig for nvim-lps configuration
+- Telescope for file finding, picking, previewing
+- File navigation with Nvimtree
+- Using plugins that are mouse friendly (Keyboard is better!)
+- managing tabs, buffers with Bufferline
+- Autosave functionality.
+- Icons on nvimtree, telescope, bufferline/statusline and almost everywhere! with nvim-web-devicons
+- Minimal status line (lualine)
+- Gitsigns (colored bars for git in my config)
+- Nvim-autopairs, for autolosing braces and stuffs
+- Neoformat for prettifying / formatting code
+- Indent-blankline.Nvim for indentlines
+- Smooth scrolling with Neoscroll
+- Snip support from VSCode through vsnip supporting custom and predefined snips (friendly-snippets)
+
+- And the Killer Feature ! [![Lua](https://img.shields.io/badge/Made%20with%20Lua-blueviolet.svg?style=for-the-badge&logo=lua)]()
+
## TODO
This project is still a work in progress. But there won't be any breakage.
-- [ ] Documentation
+- [ ] Documentation, Wiki and stuff
+- [ ] More Custom Colorschemes
- [ ] Logo
- [ ] Readme
- [ ] Clean code
+