Skip to content

Commit

Permalink
install note
Browse files Browse the repository at this point in the history
  • Loading branch information
evanwill committed Sep 3, 2024
1 parent 42bc914 commit 19574aa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions content/collections/02-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,12 @@ Pay attention to configuring VS Code to avoid issues later!
| ImageMagick, GhostScript | Generate image derivatives |
| OpenRefine | Bulk transform and improve metadata |
{:.table .table-bordered}

## Check Commandline software

Open "Git Bash" (on windows) or terminal.
Typing the commands below should give you a version number if they are installed correctly:

- `ruby -v`
- `jekyll -v`
- `magick --version`

0 comments on commit 19574aa

Please sign in to comment.