Skip to content

Commit

Permalink
Remove setup irrelevant setup instrauctions
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvanderburg authored Oct 21, 2024
1 parent 2aa3c8c commit a797699
Showing 1 changed file with 2 additions and 25 deletions.
27 changes: 2 additions & 25 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -455,32 +455,9 @@ during the workshop.
### Software

To participate in this workshop, you will need to prepare the following (if you haven't already):
- Install Shell and Git. Please refer to [this page](https://coderefinery.github.io/installation/git-in-terminal/#installation) for installation instructions.
- Create a GitHub account. Please refer to [this page](https://coderefinery.github.io/installation/github/) for instructions.
- Set up an SSH connection to GitHub. Please refer to [this page](https://coderefinery.github.io/installation/ssh/) for instructions.

### To confirm that everything works

You should now be able to open [a terminal window](https://swcarpentry.github.io/shell-novice/#open-a-new-shell) and execute the following commands:

#### Git
```
git --version
```
returning (something similar to):
```
git version 2.37.1 (Apple Git-137.1)
```

#### Github account & SSH connection
```
ssh [email protected]
```
returning (something similar to):
```
Hi [username]! You've successfully authenticated, but GitHub does not provide shell access.
Connection to github.com closed.
```
- Make sure you can edit the code of your project during the day of the workshop.


{% comment %}
For online workshops, the section below provides:
Expand Down

0 comments on commit a797699

Please sign in to comment.