Skip to content

Commit 4d5a5d4

Browse files
Merge pull request #129 from pranavbaburaj/master
docs:Update installation guide for mac users
2 parents 8ff749d + 532b57b commit 4d5a5d4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ $ pip3 install -r requirements.txt
2626
$ pip3 install -e .
2727
```
2828

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+
2937
## Usage🛠
3038
3139
Dynamic CLI allows users to search for keywords/issues with some relevant tags.

0 commit comments

Comments
 (0)