Skip to content

Commit f7ff486

Browse files
updated README
The readme used to instruct users to edit the `installed` parameters of the images.json file, but in the latest version of PiBakery, this is no longer necessary.
1 parent 0c87c57 commit f7ff486

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 [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.
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) and save it as `images.json` into the `os` folder where you stored the .img files.
4040

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

0 commit comments

Comments
 (0)