Skip to content

Commit deaefb5

Browse files
authored
Update README.md
1 parent e2746b3 commit deaefb5

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ It can sometimes be _frustrating as hell_ to switch to your browser from your ID
44
To combat all this, **Issue** is a simple CLI utility for viewing GitLab project issues _(Support for GitHub, Jira, Clubhouse and more coming soon!)_.
55

66

7-
* [Installation](https://github.com/ArjArav98/Issue/blob/master/README.md#installation)
7+
* [Quickstart](https://github.com/ArjArav98/Issue/blob/master/README.md#installation)
8+
* [Initial Setup](https://github.com/ArjArav98/Issue/blob/master/README.md#initial-setup)
89
* [Usage](https://github.com/ArjArav98/Issue/blob/master/README.md#usage)
910
* [Listing Issues](https://github.com/ArjArav98/Issue/blob/master/README.md#usage)
1011
* [Viewing Single Issues](https://github.com/ArjArav98/Issue/blob/master/README.md#usage)
@@ -13,7 +14,7 @@ To combat all this, **Issue** is a simple CLI utility for viewing GitLab project
1314
* [Potential Contributions](https://github.com/ArjArav98/Issue/blob/master/README.md#potential-contributions)
1415
* [Tools Used](https://github.com/ArjArav98/Issue/blob/master/README.md#tools-used)
1516

16-
# Installation
17+
# Quickstart
1718
* Download the executable corresponding to your OS from the table below.
1819

1920
| OS & Architecture | Link |
@@ -30,7 +31,7 @@ To combat all this, **Issue** is a simple CLI utility for viewing GitLab project
3031
* Add the path of the directory, in which the executable is present, to your `PATH` environment variable.
3132
* Run `issue version` to verify the successful installation!
3233

33-
# Initial Setup
34+
### Initial Setup
3435
* Run `issue init`.
3536
* Open the generated `issues.config.json` file.
3637
* [Generate a Gitlab API token.](https://gitlab.com/-/profile/personal_access_tokens) Only provide read_* permissions to the token. Paste your token as the value for the `BearerToken` attribute in the config file.

0 commit comments

Comments
 (0)