Skip to content

Commit 20e0847

Browse files
committed
Fix: Add ctags as a dependency for Ubuntu distros
1 parent d7fea28 commit 20e0847

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ provided an automatic installation procedure for this set.
99
## Installation
1010

1111

12-
### Requirements for Ubuntu distros
12+
### Requirements for Ubuntu distros (Tested on Windows Subsystem for Linux)
1313

1414
```bash
1515
sudo apt install libncurses5-dev libgnome2-dev libgnomeui-dev \
1616
libgtk2.0-dev libatk1.0-dev libbonoboui2-dev \
1717
libcairo2-dev libx11-dev libxpm-dev libxt-dev python-dev \
18-
python3-dev git
18+
python3-dev git ctags
1919
```
2020

2121
### Requirements for Fedora distros

0 commit comments

Comments
 (0)