From 3108a3709fe0c045cf2b0e2e41cdf9a4a382434c Mon Sep 17 00:00:00 2001 From: "Harrison (Harry) Cramer" <32515581+harrisoncramer@users.noreply.github.com> Date: Sun, 27 Aug 2023 17:28:21 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 218efe0..bd14ec8 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,10 @@ https://github.com/harrisoncramer/gitlab.nvim/assets/32515581/dfd3aa8a-6fc4-4e43 ## Quick Start 1. Install Go and Delta Dependencies -2. Add config (below) -3. `git checkout feature-branch` +2. Add configuration (see Installation section) +3. Checkout your feature branch: `git checkout feature-branch` 4. Open Neovim -5. Run `:lua require("gitlab").review()` to open the reviewer pane, or `:lua require("gitlab").summary() to read the MR description and get started. +5. Run `:lua require("gitlab").review()` to open the reviewer pane, or `:lua require("gitlab").summary()` to read the MR description and get started. ## Installation