We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b23a7fc commit 4a8cc07Copy full SHA for 4a8cc07
README.md
@@ -1,13 +1,13 @@
1
# labels
2
3
-Python 3 (3.6 and newer) CLI app to manage GitHub issue labels 📝
+Python 3 (3.6 and newer) CLI app to manage GitHub issue labels. 📝
4
5
## Installation
6
7
**labels** is available for download from [PyPI][PyPI] via [pip][pip]:
8
9
```text
10
-$ pip install labels
+pip install labels
11
```
12
13
## Authentication
@@ -19,8 +19,8 @@ labels for a public or a private repository. Then set up two environment
19
variables in your terminal:
20
21
```bash
22
-$ export LABELS_USERNAME="<GITHUB_USERNAME>"
23
-$ export LABELS_TOKEN="<GITHUB_TOKEN>"
+export LABELS_USERNAME="<GITHUB_USERNAME>"
+export LABELS_TOKEN="<GITHUB_TOKEN>"
24
25
26
## Usage
0 commit comments