From 9a6a9a8aee8c758f7f96e3bdd0a706e3bc05d1d6 Mon Sep 17 00:00:00 2001 From: novica Date: Wed, 23 Oct 2024 21:55:05 +0200 Subject: [PATCH 1/2] Update 04-changes.md --- episodes/04-changes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/episodes/04-changes.md b/episodes/04-changes.md index 5e7dbdf5c9..bfa30708e4 100644 --- a/episodes/04-changes.md +++ b/episodes/04-changes.md @@ -31,7 +31,7 @@ Let's create a file called `guacamole.md` that contains the basic structure to have a recipe. We'll use `nano` to edit the file; you can use whatever editor you like. -In particular, this does not have to be the `core.editor` you set globally earlier. But remember, the bash command to create or edit a new file will depend on the editor you choose (it might not be `nano`). For a refresher on text editors, check out ["Which Editor?"](https://swcarpentry.github.io/shell-novice/03-create.html#which-editor) in [The Unix Shell](https://swcarpentry.github.io/shell-novice/) lesson. +In particular, this does not have to be the `core.editor` you set globally earlier. But remember, the steps to create create or edit a new file will depend on the editor you choose (it might not be nano). For a refresher on text editors, check out ["Which Editor?"](https://swcarpentry.github.io/shell-novice/03-create.html#which-editor) in [The Unix Shell](https://swcarpentry.github.io/shell-novice/) lesson. ```bash $ nano guacamole.md @@ -45,7 +45,7 @@ Type the text below into the `guacamole.md` file: ## Instructions ``` -Let's first verify that the file was properly created by running the list command (`ls`): +Save the file and exit your editor. Next, let’s verify that the file was properly created by running the list command (ls): ```bash $ ls From cf47bcc48b38a82491db8c22d240912300d3ff36 Mon Sep 17 00:00:00 2001 From: novica Date: Fri, 25 Oct 2024 13:45:28 +0200 Subject: [PATCH 2/2] Update episodes/04-changes.md Co-authored-by: Martino Sorbaro --- episodes/04-changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/04-changes.md b/episodes/04-changes.md index bfa30708e4..440c9a88eb 100644 --- a/episodes/04-changes.md +++ b/episodes/04-changes.md @@ -45,7 +45,7 @@ Type the text below into the `guacamole.md` file: ## Instructions ``` -Save the file and exit your editor. Next, let’s verify that the file was properly created by running the list command (ls): +Save the file and exit your editor. Next, let’s verify that the file was properly created by running the list command (`ls`): ```bash $ ls