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 3b2e0c3 commit 0a7f6baCopy full SHA for 0a7f6ba
README.md
@@ -14,7 +14,7 @@ An interactive command-line application to learn and practice regular expression
14
## Installation
15
16
```
17
-go install github.com/ghousemohamed/learn-regex-in-the-terminal
+wget https://raw.githubusercontent.com/ghousemohamed/learn-regex/main/install.sh -O install.sh && bash install.sh
18
19
20
Or clone and build from source:
0 commit comments