Skip to content

Commit 0655fae

Browse files
added link to example images.json file
The build from source instructions need users to download the images.json file. This commit adds the link to download the example file used for new PiBakery installations.
1 parent c24830f commit 0655fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If you're on macOS it's important you run `npm run setup` the first time [to cre
3636

3737
Then you'll need to download and extract the Raspberry Pi operating system (currently only raspbian and raspbian lite) .img files into the `os/` directory. If you're on Windows or Linux, the directory is inside the `pibakery` folder, and if you're on macOS, it's located `/Library/Application Support/PiBakery/os`. The operating systems can be downloaded in `.7z` format for the [pibakery-raspbian releases page](https://github.com/davidferguson/pibakery-raspbian/releases).
3838

39-
Lastly you'll need to create a file `images.json` inside the `os` folder which tells PiBakery which operating systems you have installed and available for use. Download the example file from [not-created-yet](), save it as `images.json` into the `os` folder where you stored the .img files, and then change the values of the `installed` paramater for each of the operating systems depending on which ones you have installed.
39+
Lastly you'll need to create a file `images.json` inside the `os` folder which tells PiBakery which operating systems you have installed and available for use. Download the example file from [the pibakery-raspbian repo](https://raw.githubusercontent.com/davidferguson/pibakery-raspbian/master/images.json), save it as `images.json` into the `os` folder where you stored the .img files, and then change the values of the `installed` paramater for each of the operating systems depending on which ones you have installed.
4040

4141
You can then run PiBakery using
4242
</br>

0 commit comments

Comments
 (0)