Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
careyjames committed Oct 15, 2023
1 parent 7c39313 commit 76e89cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -69,13 +69,13 @@ For those who like to get their hands dirty:
3. **Move to PATH:**
Move the executable to a directory in your system's PATH. For example,
you can move it to /usr/local/bin/ on a Unix-based system:
a. ```sudo mkdir -p /usr/local/bin/```
a. ```sudo mkdir -p /usr/local/bin/```
b. ```sudo mv dns-scout /usr/local/bin/```

4. **Get free or paid token from ipinfo.io**
[Website](https://ipinfo.io) and run the "setup-api-token.sh".
a. ```cd ~/Downloads/```
b. ```sudo chmod +x setup-api-token.sh```
a. ```cd ~/Downloads/```
b. ```sudo chmod +x setup-api-token.sh```
c. ```./setup-api-token.sh```

5. **Run DNS Scout:**

0 comments on commit 76e89cd

Please sign in to comment.