Now, this code will be compatible with Windows operating system Mac and Linux.
So that’s one of the reasons I’m going to download this one and the best part it is free.
So let’s go to chrome the type in brackets here brackets with. I’m going to get this Web site here bracket’s I will. Then I’m going to download it.
Depending on your speed you should take a couple of seconds or minutes.
Right for me, it’s just downloading. I probably have a 5 megabyte down right now because I’m on the second floor and my wireless is downstairs So once it finishes downloading then just sort of like install any program on your operating system usually use.
Click on the program and we start opening right away for those for some of you. You’re going to have to double click it.
So for me I mean a Mac I just have to drag it into the applications for you use double click it or do whatever you need to do in your operating system.
Very self-explanatory. And once that is done then you go to where that program installed and just double-clicking open it.
So one of the reasons I chose this is because as you can tell it looks really nice. It works for Mac for Windows and for Linux just like I said and we have some more functionality there that we’re going to be using like we’re going to be able to write code a little faster than just you know with any other co-editors we’re going to be able to see tets highlighted like this different tags different colors is really cool.
There are many different features that we have in this coeditor that are really good for developers and programmers. So anyway if you were able to download this great without any problems let me know and maybe I can help you out.
But again if you have your coeditor and you are ready you know you were happy with it. Go ahead and use that one really does it matter. But for this course, I’m going to be using this one so if you want to follow everything exactly like I download this one right I see you in the next lecture.
Thank you,
<!DOCTYPE html>
<html>
<head>
<meta charset=”utf-8″>
<meta http-equiv=”X-UA-Compatible” content=”IE=edge,chrome=1″>
<title>Getting Started with brackets</title>
<meta name=”description” content=”An interactive getting started guide for Bralets.”>
<link rel=”stylesheet” herf=”main.css”>
</head>
<body>
<h1>GEETING STARTED WITH BRACKETS</h1>
<h2>This is your guied!</h2>
</body>
</html>