Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via {sandpaper}
Source  : 9fb8f9e
Branch  : main
Author  : henry senyondo <[email protected]>
Time    : 2024-08-19 02:42:40 +0000
Message : Merge pull request #369 from gsvarovsky/main

Clarified software installation instructions
  • Loading branch information
actions-user committed Aug 19, 2024
1 parent 8a2f65f commit f35cc7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"instructors/instructor-notes.md" "f54b65c9ff1b6da18b2899af0fbb0cc5" "site/built/instructor-notes.md" "2023-05-08"
"learners/discuss.md" "b9476165c46ff9c7d1943194903aaa87" "site/built/discuss.md" "2023-05-08"
"learners/reference.md" "a97853fdee9f24c475020f246ba3f136" "site/built/reference.md" "2023-05-08"
"learners/setup.md" "9a334f03ceae6265d4b8311a2a388c6b" "site/built/setup.md" "2023-05-08"
"learners/setup.md" "9a8f0d365ccd6efde999280e1227aa3f" "site/built/setup.md" "2024-08-19"
"profiles/learner-profiles.md" "60b93493cf1da06dfd63255d73854461" "site/built/learner-profiles.md" "2023-05-08"
8 changes: 3 additions & 5 deletions setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Setup

# Software

For this course you will need the UNIX shell, plus [SQLite3](https://www.sqlite.org/) or
For this course you will need the UNIX shell (described in the [UNIX Shell lesson](https://swcarpentry.github.io/shell-novice/#install-software)), plus [SQLite3](https://www.sqlite.org/) or
[DB Browser for SQLite](https://sqlitebrowser.org/).

If you are running **macOS** you should already have SQLite installed. You can run `sqlite3 --version`
Expand All @@ -15,10 +15,8 @@ If you are running **Linux**, you may already have SQLite3 installed, please use
`which sqlite3` to see the path of the program, otherwise you should be able to get it
from your package manager (on Debian/Ubuntu, you can use the command `apt install sqlite3`).

If you are running **Windows**, run installers as administrator.
Additionally, make sure you select the right installer version for your system.
We recommend that you use [git for Windows](https://gitforwindows.org/).
This is described in the [UNIX Shell lesson](https://swcarpentry.github.io/shell-novice/setup.html).
If you are running **Windows**, download installers and run them as administrator.
Make sure you select the right installer version for your system.
If the installer asks to add the path to the environment variables, check yes, otherwise you have to manually add the path of the executable to the `PATH` environmental variables.
This path informs the system where to find the executable program.

Expand Down

0 comments on commit f35cc7c

Please sign in to comment.