From ac888c234671f080456085decc4885ff7fc47f69 Mon Sep 17 00:00:00 2001 From: Zethia <48283890+Reed3411@users.noreply.github.com> Date: Thu, 18 Nov 2021 17:25:35 -0500 Subject: [PATCH] Add addition to wifi help section in readme. Some new users(which this script is targeted at) may not know how to stop a ping request and might get confused. This just adds a quick note that might some. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 165f03a..9ff809c 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ __[Arch Linux Installation Guide](https://github.com/rickellis/Arch-Linux-Instal #4: Run `station [device name] get-networks` -#5: Find your network, and run `station [device name] connect [network name]`, enter your password and run `exit`. You can test if you have internet connection by running `ping google.com`. +#5: Find your network, and run `station [device name] connect [network name]`, enter your password and run `exit`. You can test if you have internet connection by running `ping google.com`, and then Press Ctrl and C to stop the ping test. ## Credits