From dbc61d640b5c9712a65bbc0c5a2e75bbc37f2e4f Mon Sep 17 00:00:00 2001 From: Kelsey Hightower Date: Sun, 13 May 2018 20:50:58 +0000 Subject: [PATCH] update docs --- docs/01-prerequisites.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/01-prerequisites.md b/docs/01-prerequisites.md index 74f67c9..3e1a4b5 100644 --- a/docs/01-prerequisites.md +++ b/docs/01-prerequisites.md @@ -44,9 +44,9 @@ gcloud config set compute/zone us-west1-c > Use the `gcloud compute zones list` command to view additional regions and zones. -## Running commands in parallel with tmux +## Running Commands in Parallel with tmux -[tmux](https://github.com/tmux/tmux/wiki) can be used to run commands on multiple compute instances at the same time. Consider splitting a tmux window into multiple panes and enabling `synchronize-panes` to speed up the provisioning process. +[tmux](https://github.com/tmux/tmux/wiki) can be used to run commands on multiple compute instances at the same time. Labs in this tutorial may require running the same commands across multiple compute instances, in those cases consider using tmux and splitting a window into multiple panes with `synchronize-panes` enabled to speed up the provisioning process. > The use of tmux is optional and not required to complete this tutorial.