redhat-scholars/kubernetes-tutorial

Reduce the use of "&&" in the installation section

Closed this issue · 3 comments

Joining these commands reduces learnability. It is better for the reader to see, use and attempt to understand the commands individually. Especially commands that need to be repeated if a new terminal window is opened or the laptop rebooted.

As an example:
git clone https://github.com/redhat-developer-demos/kubernetes-tutorial kubernetes-tutorial &&
export TUTORIAL_HOME="$(pwd)/kubernetes-tutorial" &&
cd $TUTORIAL_HOME

@lordofthejars this thing comes in the common part of the tutorial, since you are hacking it I leave it to you.