From 985a9bf155c8110786998620bfb6d627093400a9 Mon Sep 17 00:00:00 2001 From: Rachel Breeze Date: Sun, 10 Nov 2024 17:20:56 +0000 Subject: [PATCH] Update 4-personalize-codespace.md Fixes for issues found whilst working on this training --- .github/steps/4-personalize-codespace.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/steps/4-personalize-codespace.md b/.github/steps/4-personalize-codespace.md index e6916a5..26c2819 100644 --- a/.github/steps/4-personalize-codespace.md +++ b/.github/steps/4-personalize-codespace.md @@ -22,7 +22,7 @@ Let's see how this works! 1. In the upper-right corner of any page, click your profile photo, and then click **Settings**. 1. In the **Code, planning, and automation** section of the sidebar, click **Codespaces**. 1. Under **Dotfiles**, select **Automatically install dotfiles** so that GitHub Codespaces automatically installs your dotfiles into every new codespace you create. -1. Click **Select repository** and then choose your current skills working repository as the repository from which to install dotfiles. +1. Click **Select repository** and then choose your current skills working repository as the repository from which to install dotfiles. Note you may need to start to enter the repository name in order for it to select it in the drop down list. ### :keyboard: Activity: Add a `dotfile` to your repository and run your codespace @@ -44,7 +44,7 @@ Let's see how this works! #!/bin/bash sudo apt-get update - sudo apt-get install sl + sudo apt-get install -y sl echo "export PATH=\$PATH:/usr/games" >> ~/.bashrc ```