Skip to content

Commit

Permalink
updated windows instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluemethyst committed May 23, 2024
1 parent 89575eb commit e37ad1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Binary file added .github/assets/img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# StrlnkIPScn

A small, simple, powerful, fast, cross-platform CLI program to scan all devices on your local network. First made for my Starlink network so i can see when my server changes its address.
![img.png](.github/assets/img.png)

## Installation
### You will need Java 21 or higher to run this program!
Expand All @@ -23,12 +24,11 @@ Want to add this program to PATH, so you can use it from anywhere at any time?
java -jar %~dp0\StrlnkIPScn_1-0-0.jar %*
```
2. Add the directory containing your jar file and the batch file to the PATH environment variable. You can do this by:
- Right-click on Computer.
- Click on Properties.
- Click on Advanced system settings.
- Click on Environment Variables.
- Under System Variables, find PATH, and click on it.
- In the Edit windows, modify PATH by adding the directory of your jar file at the end, preceded with a semicolon (;).
- Press your Windows key and search for PATH.
- Click on Edit the system environment variables.
- Click on Environment Variables.
- Under System Variables, find PATH, and click on it.
- In the Edit windows, modify PATH by adding the directory of your jar file at the end, preceded with a semicolon (;).
### Linux
1. Create a bash script named strlnkipscn in the same directory as your jar file with the following content:
```bash
Expand Down

0 comments on commit e37ad1c

Please sign in to comment.