diff --git a/Running-PICO-8-on-the-GameShell.md b/Running-PICO-8-on-the-GameShell.md index 9d55b0b..30951c2 100644 --- a/Running-PICO-8-on-the-GameShell.md +++ b/Running-PICO-8-on-the-GameShell.md @@ -30,7 +30,7 @@ Enter the password `cpi` when prompted. ## Connecting to the GameShell's command-line interface with ssh -The steps that follow require running commands directly on the GameShell. On Windows, you can do this with an SSH client such as [Putty SCP for Windows](https://www.putty.org/). On Mac and Linux, open a Terminal window and use the `ssh` command. Connect to the IP address with a username of `cpi` and a password of `cpi`, as above. +The steps that follow require running commands directly on the GameShell. On Windows, you can do this with an SSH client such as [Putty for Windows](https://www.putty.org/). On Mac and Linux, open a Terminal window and use the `ssh` command. Connect to the IP address with a username of `cpi` and a password of `cpi`, as above. To connect with the `ssh` command: