Skip to content

Commit 14077f6

Browse files
authored
Merge pull request #726 from NazmanRosman/patch-1
Update README.md
2 parents 76eeee5 + 4724319 commit 14077f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ Run this configuration in WSL to properly configure git endlines for Windows:
9292
```bash
9393
git config --global core.autocrlf true
9494
```
95+
Install bzip2 (required to required to extract PhantomJS during installation):
96+
```
97+
sudo apt install bzip2
98+
```
9599
To clone webcomponents, run:
96100
```bash
97101
git clone https://github.com/haxtheweb/webcomponents.git

0 commit comments

Comments
 (0)