Skip to content

Commit 2721f8f

Browse files
authored
Update README.md
1 parent eedf097 commit 2721f8f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,32 @@
11
FastBasic VSCode Starter Project
22
========================
33

4-
A sample project for *Visual Studio Code* with a custom build task to *FastBasic Cross Compile* and run the .xex in Altirra (Windows) or Atari800MacX (Mac)
4+
A sample project for **Visual Studio Code** with a custom build task that will compile using **FastBasic** and run your Atari emulator
55

66

77
Prerequisites
88
------------
99
- Install a Atari Emulator
1010
- Mac: [Atari800MacX](https://www.atarimac.com/atari800macx.php)
1111
- Windows: [Altirra](https://www.virtualdub.org/altirra.html)
12-
- Download the latest [Fastbasic Release](https://github.com/dmsc/fastbasic/releases/)
12+
- Download the latest [FastBasic Release](https://github.com/dmsc/fastbasic/releases/)
1313

1414
Setup
1515
------------
1616
1. Download and install [Visual Studio Code](https://code.visualstudio.com/)
1717
2. Download a [zip of this repo](https://github.com/EricCarrGH/fastbasic-starterproject/archive/refs/heads/main.zip)
18-
3. Edit the build script to point to the *FastBasic Compiler* and the *Emulator*
18+
3. Edit build script paths:
19+
1920
- Mac:
2021
1. Open **build** and change the path to your downloaded copy of the fastbasic compiler
2122
2. Open terminal, go to the project folder, and type the following to make **build** executable:
2223

2324
`chmod +x build`
2425

2526
- Windows:
26-
1. Open **build.bat** and change the path to your downloaded copy of the fastbasic compiler
27-
2. Also change the path to the emulator
27+
1. Open **build.bat**
28+
1. Change the path to your fastbasic compiler
29+
2. Change the path to your emulator
2830

2931
Now you are ready to build the example file
3032

0 commit comments

Comments
 (0)