From bd6e8215628b7d666e2c38e37134b123b3ce9819 Mon Sep 17 00:00:00 2001 From: Anton McClure Date: Wed, 15 Jan 2020 00:33:43 +0000 Subject: [PATCH] fixed getting started article --- wiki/pages/getting-started.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/wiki/pages/getting-started.md b/wiki/pages/getting-started.md index 1dd9abc..ea42591 100644 --- a/wiki/pages/getting-started.md +++ b/wiki/pages/getting-started.md @@ -30,7 +30,14 @@ New to the command line and all this webby cowfoolery? You're in luck! Here's a ## Logging in -### PC (windows) +### Windows 10 + +- Launch PowerShell (or press win+x, and click "Windows PowerShell") +- `ssh your_username@tilde.team` +- Enter your password. + + +### Legacy Windows - [git bash](https://gitforwindows.org) included with a standard git install - [msys2](https://msys2.github.io) is quite nice and has support for [mosh](https://mosh.org) @@ -42,7 +49,7 @@ New to the command line and all this webby cowfoolery? You're in luck! Here's a - `ssh your_username@tilde.team` - Enter your password. -### Mac +### MacOS - Browse to Applications/Utilities/Terminal and launch Terminal (or press cmd+space, start typing Terminal, and press return) - `ssh your_username@tilde.team`