Skip to content

Commit

Permalink
Update to latest distro
Browse files Browse the repository at this point in the history
  • Loading branch information
shred committed Jul 11, 2020
1 parent 2a037a1 commit f7c22ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/nxtsetup.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ There are a few options to change your initial project setup:

* `-s`, `--size`: The size of the MMC image file to be created. Default is 1 GByte, which is plenty of space for the ZX Spectrum Next. You can choose other sizes like `512M`, `1G`, `2G`. The image is created as a [sparse file](https://en.wikipedia.org/wiki/Sparse_file) (if permitted by the underlying file system), so empty blocks are not consuming space on your harddisk. Be careful when copying the `dist/image.mmc` file, as the copy may allocate the actual file size on the target disk.

* `-u`, `--url`: The URL of the ZX Spectrum Next distribution to be used. It must be a ZIP file. Just use the default unless you explicitly need a different version or distribution.
* `-u`, `--url`: The URL of the ZX Spectrum Next distribution to be used. It must be a ZIP file. You will find the latest version at [the official ZX Spectrum Next website](https://www.specnext.com/latestdistro/). Just copy the link to the **System/Next distribution LITE VERSION** (zip format). Do not use the board-backers version. If you are unsure, just skip this option and use the default.

* `-d`, `--dir`: The directory where the project is created. If omitted, the current working directory is used.

2 changes: 1 addition & 1 deletion nxtsetup
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ parser.add_argument('-s', '--size',
parser.add_argument('-u', '--url',
dest='url',
metavar='URL',
default='http://www.zxspectrumnext.online/sn-lite-v1.3.zip',
default='http://www.zxspectrumnext.online/sn-lite-v.1.3.2.zip',
help='URL of the ZX Spectrum Next distribution ZIP file to be used')
parser.add_argument('-d', '--dir',
dest='dir',
Expand Down

0 comments on commit f7c22ed

Please sign in to comment.