File tree Expand file tree Collapse file tree
docs/src/Resources/CollectionBuilder Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# How to Add Items to Collection Builder
22
3- ## Pre-requisites
3+ ## Pre-requisites for Windows
44
55You 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
You can’t perform that action at this time.
0 commit comments