From 0e07aa6b2561faa741f71fe1472c6c8bc4ce590d Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Mon, 7 Jan 2019 22:50:19 -0600 Subject: [PATCH] Updated basics chapter with how to run the code --- chapters/basics.md | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/chapters/basics.md b/chapters/basics.md index 3a2036a..5250098 100644 --- a/chapters/basics.md +++ b/chapters/basics.md @@ -1,8 +1,10 @@ +If you want to follow along by writing code, start by downloading a code editor. I recommend +[Visual Studio Code](https://code.visualstudio.com/) or [Sublime Text](https://www.sublimetext.com/). +Next, create a new file in your editor called `basics.php` and save it anywhere on your computer like a folder +in your documents called `phpapprentice`. Now, we can write some PHP. -In the tradition of our ancestors, let's start with a hello world program. All PHP files must start with a `