Skip to content

Commit b721b76

Browse files
authoredNov 22, 2022
Clarified build steps
1 parent 8938d3a commit b721b76

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
 

‎BUILD.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ To create the bbcbasic.bin executable
2020
### Creating the SD Card Image
2121

2222
1. Format the SD card FAT32. Note that cards larger than 32GB may not automatically format FAT32
23-
2. Copy the folders examples, tests and resources to the SD card
24-
3. Copy bbcbasic.bin to the root folder of the card
23+
2. Copy bbcbasic.bin to the root folder of the card
24+
3. Copy the following folders from this project to the root of the card:
25+
- `examples`: Original example files by R.T.Russell
26+
- `tests`: My example files (see [here](https://github.com/breakintoprogram/agon-bbc-basic/blob/main/tests/README.md) for more details)
27+
- `resources`: Various resource files used by the sample programs
2528
4. See the [MOS instructions for creating an autoexec.txt file](https://github.com/breakintoprogram/agon-mos#the-autoexectxt-file) for launching BBC BASIC automatically on boot

0 commit comments

Comments
 (0)
Please sign in to comment.