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 7e37a1b commit 532b57bCopy full SHA for 532b57b
README.md
@@ -26,6 +26,14 @@ $ pip3 install -r requirements.txt
26
$ pip3 install -e .
27
```
28
29
+> **Note for mac users**: Make sure to add these lines in you `~/.bashrc` or `~/.zhsrc`(*depending upon your shell*) 👇
30
+> ```bash
31
+> export LC_ALL=en_US.UTF-8
32
+> export LANG=en_US.UTF-8
33
+> export LC_CTYPE=en_US.UTF-8
34
+> ```
35
+
36
37
## Usage🛠
38
39
Dynamic CLI allows users to search for keywords/issues with some relevant tags.
0 commit comments