generated from esciencecenter-digital-skills/workshop-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove setup irrelevant setup instrauctions
- Loading branch information
1 parent
2aa3c8c
commit a797699
Showing
1 changed file
with
2 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|