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 `