Skip to content

Commit

Permalink
Merge pull request #1031 from novica/issue-1027
Browse files Browse the repository at this point in the history
fix: resolves #1027
  • Loading branch information
martinosorb authored Oct 28, 2024
2 parents 98cd1a3 + cf47bcc commit 186c10e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions episodes/04-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 186c10e

Please sign in to comment.