Update Semester 1 authored by Frédéric Vlummens's avatar Frédéric Vlummens
...@@ -33,7 +33,7 @@ No special actions required for the first few weeks. ...@@ -33,7 +33,7 @@ No special actions required for the first few weeks.
- Make sure you followed the steps described [here.](software/ssh-keys) - Make sure you followed the steps described [here.](software/ssh-keys)
- This means you have 2 files: `id_ed25519` and `id_ed25519.pub` in a folder called `.ssh` in your homefolder (= this is the folder with your name of the user you logged in with on your computer). - This means you have 2 files: `id_ed25519` and `id_ed25519.pub` in a folder called `.ssh` in your homefolder (= this is the folder with your name of the user you logged in with on your computer).
* Verifiy this by opening `git bash` * Verifiy this by opening `git bash`
* Type `ls \~/.ssh` * Type `ls ~/.ssh`
* You should see **at least** the 2 files * You should see **at least** the 2 files
- Open PhpStorm - Open PhpStorm
* If this is the first time opening PhpStorm choose **Configure > Settings** at the bottom right. * If this is the first time opening PhpStorm choose **Configure > Settings** at the bottom right.
... ...
......