From 7bda8902a94ac50bae9f5543eb12657f748496cc Mon Sep 17 00:00:00 2001 From: Jesse Laprade Date: Tue, 9 Jun 2020 19:15:41 -0400 Subject: [PATCH] Edited the starting of the getting started section --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b98f613..634fbb3 100644 --- a/README.md +++ b/README.md @@ -53,11 +53,20 @@ One of tilde.town's goals is to transform the command line from a scary-looking technical tool into a tool for creating beautiful things. -Because of this, you will need to use your UNIX-like environment's +Because of this, you will need to open your UNIX-like environment's command line interface. For me, it's a little icon on my desktop that -looks like a blank, black screen, but it may be different for you. I -will list off how you can find the command line interface for a few -operating systems below: +looks like a blank, black screen, but it may be different for you. + +I will list off how you can find your command line interface for a few +UNIX-like environments in the sections listed below, and then we will +test the environment to make sure everything is working: + +- [For macOS users](#for-macos-users) +- [For Windows Subsystem for Linux users](#for-windows-subsystem-for-linux-users) +- [For Ubuntu users](#for-ubuntu-users) +- [For cmdr users](#for-cmdr-users) +- [For PuTTY users](#for-putty-users) +- [Testing out your command line interface](#testing-out-your-command-line-interface) ## For macOS users