Skip to content

Commit a185e82

Browse files
committed
fix incorrect entries in collection-builder.md
1 parent 3e41b72 commit a185e82

1 file changed

Lines changed: 21 additions & 6 deletions

File tree

docs/src/Resources/CollectionBuilder/collection-builder.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,28 @@
11
# How to Add Items to Collection Builder
22

3-
## Pre-requisites
3+
## Pre-requisites for Windows
44

55
You must have the following installed:
6-
- Github: https://docs.github.com/en/get-started
7-
- Jekyll: https://jekyllrb.com/docs/installation/
8-
- VSCode: https://code.visualstudio.com/download
9-
- Brew: https://brew.sh/
10-
- Ruby: https://www.ruby-lang.org/en/documentation/installation/
6+
- [Git](https://git-scm.com/downloads/win)
7+
- [VSCode](https://code.visualstudio.com/Download)
8+
- [Ruby](https://rubyinstaller.org/)
9+
- [ImageMagick](https://imagemagick.org/script/download.php#windows)
10+
11+
The following is reference for packages downloaded through the command line:
12+
- [Jekyll](https://jekyllrb.com/docs/installation/windows/)
13+
- [Chocolatey](https://chocolatey.org/install) (Alternative package manager for Windows)
14+
15+
## Pre-requisites for MacOS
16+
17+
You must have the following installed:
18+
- [VSCode](https://code.visualstudio.com/Download)
19+
- [Brew](https://brew.sh/)
20+
21+
The following is reference for packages downloaded through the command line:
22+
- [Git](https://formulae.brew.sh/formula/git#default)
23+
- [Ruby](https://formulae.brew.sh/formula/ruby#default)
24+
- [Jekyll](https://jekyllrb.com/docs/installation/macos/)
25+
- [ImageMagick](https://formulae.brew.sh/formula/imagemagick#default)
1126

1227

1328
## Step-by-Step Guide

0 commit comments

Comments
 (0)