Skip to content

Commit e9fa05b

Browse files
authored
Merge pull request #2648 from olehermanse/module_dev
Getting started: Added some backticks
2 parents 55c1732 + 9af7c19 commit e9fa05b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/getting-started-with-cfengine-build/installation.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ However, on other systems, notably popular **Linux** distributions, it is common
104104
$ sudo pip3 install cfbs cf-remote
105105
```
106106

107-
There are many ways to install command line tools with pip, if you want to do it without sudo, and install it in your home directory, and edit the PATH variable, or if you want to use virtual environments, you can.
108-
The command above is a suggestion which should work for most people.
107+
There are many ways to install command line tools with `pip`, if you want to do it without `sudo`, and install it in your home directory, and edit the `PATH` variable, or if you want to use virtual environments, you can.
108+
The commands above are suggestions which should work for most people.
109109
Importantly, you need the command line tools working after you've installed them:
110110

111111
```

0 commit comments

Comments
 (0)