Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Join to our telegram group @darktunnel_group or click [here](https://t.me/darktu

Install
-------
**windows installation**
install golang [here](https://go.dev/doc/install)

**Latest Release**

Expand All @@ -19,6 +21,10 @@ Install

#### Add go bin to PATH

**windows CMD**

echo 'PATH="$PATH:%USERPROFILE%/go/bin"' >> %USERPROFILE%/.bashrc

**Bash**

echo 'PATH="$PATH:$HOME/go/bin"' >> $HOME/.bashrc && source $HOME/.bashrc
Expand Down Expand Up @@ -65,3 +71,4 @@ Visit subfinder repo if you want to install subfinder [here](https://github.com/
#### Note

* Another subcommand for scanning will be updated soon.
* default folder will be %USERPROFILE%\go\bin (windows)