Skip to content

Commit 9407df9

Browse files
committed
Removed an unnecessary .editorconfig
Fixed prereqs for Fedora
1 parent 8fa5df0 commit 9407df9

2 files changed

Lines changed: 7 additions & 22 deletions

File tree

01-basics/.editorconfig

Lines changed: 0 additions & 15 deletions
This file was deleted.

documentation/modules/ROOT/pages/01-setup.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ The following CLI tools are required for running the exercises in this tutorial.
99
[cols="4*^,4*."]
1010
|===
1111
|**Tool** |**macOS** |**Fedora** | **Remarks**
12-
| `minikube`
12+
| `minikube`
1313
| https://kubernetes.io/docs/setup/minikube
1414
| https://kubernetes.io/docs/setup/minikube
1515
|
1616

17-
| `minishift`
17+
| `minishift`
1818
| https://github.com/minishift/minishift/releases
1919
| https://github.com/minishift/minishift/releases
2020
|
@@ -41,12 +41,12 @@ The following CLI tools are required for running the exercises in this tutorial.
4141

4242
| https://github.com/JoeDog/siege[siege]
4343
| `brew install siege`
44-
| https://github.com/JoeDog/siege
44+
| `dnf install siege`
4545
|
4646

4747
| watch
48-
|`brew install watch`
49-
| it will be pre-installed
48+
| `brew install watch`
49+
| `dnf install procps-ng`
5050
|
5151

5252
| kubectx and kubens
@@ -57,14 +57,14 @@ The following CLI tools are required for running the exercises in this tutorial.
5757

5858
[#download-tutorial-sources]
5959
== Download Tutorial Sources
60-
Before we start to setting up the environment, lets clone the tutorial sources and call the cloned folder as `$TUTORIAL_HOME`
60+
Before we start setting up the environment, let's clone the tutorial sources and set the `$TUTORIAL_HOME` environment variable to point to the root directory of the tutorial:
6161

6262
[source,bash]
6363
----
6464
git clone https://github.com/redhat-developer-demos/knative-tutorial
6565
----
6666

67-
The `work` folder in `$TUTORIAL_HOME` can be used to download the demo application resources and refer them during the exercises. The `work` folder has a README, which has instructions on source code repo and git commands to clone the sources.
67+
The `work` folder in `$TUTORIAL_HOME` can be used to download the demo application resources and refer to them during the exercises. The `work` folder has a README with instructions on the source code repo and git commands to clone the sources.
6868

6969
[IMPORTANT,subs="+macros,+attributes"]
7070
====

0 commit comments

Comments
 (0)