Skip to content

Commit 0a7f6ba

Browse files
committed
Added installation script
1 parent 3b2e0c3 commit 0a7f6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ An interactive command-line application to learn and practice regular expression
1414
## Installation
1515

1616
```
17-
go install github.com/ghousemohamed/learn-regex-in-the-terminal
17+
wget https://raw.githubusercontent.com/ghousemohamed/learn-regex/main/install.sh -O install.sh && bash install.sh
1818
```
1919

2020
Or clone and build from source:

0 commit comments

Comments
 (0)