diff --git a/readme.md b/readme.md
index b380da2..9570c71 100644
--- a/readme.md
+++ b/readme.md
@@ -71,9 +71,13 @@ experience with any LSP supported language._
# clone repository
git clone git@github.com:CosmicNvim/CosmicNvim.git nvim
# open nvim and install plugins
- nvim +CosmicReloadSync
+ nvim
```
+By default, this will assume the Cosmic git directory is placed at `vim.fn.stdpath('config')`, i.e. `~/.config/nvim`.
+If you are symlinking your pulled repo to `~/.config/nvim`, you must define the shell environment variable
+`COSMICNVIM_INSTALL_DIR` that points to your installation.
+
Additional CosmicNvim installation [details](https://github.com/CosmicNvim/CosmicNvim/wiki/Installation).
Additional LSP server installation [details](https://github.com/CosmicNvim/CosmicNvim/wiki/Installing-LSP-servers).
@@ -96,29 +100,12 @@ _New documentation coming soon!_
### Update CosmicNvim
+Updates CosmicNvim to the latest version
+
```vimcommand
:CosmicUpdate
```
-By default, this will assume the Cosmic git directory is placed at `vim.fn.stdpath('config')`, i.e. `~/.config/nvim`.
-Otherwise, you may define the shell environment variable `COSMICNVIM_INSTALL_DIR`.
-
-### Clear cache and sync plugins
-
-```vimcommand
-:CosmicReloadSync
-```
-
-Useful for testing themes or plugins on the fly!
-
-### Reload user config
-
-```vimcommand
-:CosmicReload
-```
-
-Useful for non-plugin related changes such as editor settings or mappings.
-
## 🗺 Default Mappings
[File navigation](./lua/cosmic/plugins/telescope/mappings.lua)
@@ -133,38 +120,6 @@ Useful for non-plugin related changes such as editor settings or mappings.
## 📷 Screenshots
-### Statusline
+
-
-
-
-
-
-
-
-### Autocomplete
-
-
-
-### Rename
-
-
-
-### Rename change notification
-
-
-
-### Code Actions
-
-
-
-### Hover
-
-
-
-[See more screenshots](https://github.com/CosmicNvim/CosmicNvim/wiki/Screenshots)
+[See more](https://github.com/CosmicNvim/CosmicNvim/wiki/Screenshots)