Skip to content

Commit 95a41ff

Browse files
authored
docs: update README.md setup order
Signed-off-by: Andrew Brandt <andrew.brandt@hashgraph.com>
1 parent 02199c7 commit 95a41ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ The following dependencies are required to run the program:
1515

1616
## 💻 Setup
1717
- Authentication through `gh auth login`
18-
- Set the `GITHUB_TOKEN` environment variable: `export GITHUB_TOKEN=$(gh auth token)`
19-
- Set the `GITHUB_UNAME` environment variable: `export GITHUB_UNAME=$(gh auth status | grep "(GITHUB_TOKEN)" | cut -d " " -f9)`
2018
- Set the appropriate token permissions: `gh auth refresh --scopes read:project`
2119
- Note: The team must be a member of the Project Board in order to view the issues on the board.
20+
- Set the `GITHUB_TOKEN` environment variable: `export GITHUB_TOKEN=$(gh auth token)`
21+
- Set the `GITHUB_UNAME` environment variable: `export GITHUB_UNAME=$(gh auth status | grep "(GITHUB_TOKEN)" | cut -d " " -f9)`
2222
- Run `make install` inside the repo directory to configure the appropriate versions of dependencies.
2323

2424
## 🛠 Usage

0 commit comments

Comments
 (0)