diff --git a/website/source/intro/getting-started/agent.html.markdown b/website/source/intro/getting-started/agent.html.markdown index 3e3b5697d1..920e0f6892 100644 --- a/website/source/intro/getting-started/agent.html.markdown +++ b/website/source/intro/getting-started/agent.html.markdown @@ -31,6 +31,7 @@ easily. It is **not** intended to be used in production as it does not persist any state. ```text +$ consul agent -dev ==> Starting Consul agent... ==> Starting Consul agent RPC... ==> Consul agent running! diff --git a/website/source/intro/getting-started/join.html.markdown b/website/source/intro/getting-started/join.html.markdown index 79e0b62a2e..d7a68d1cae 100644 --- a/website/source/intro/getting-started/join.html.markdown +++ b/website/source/intro/getting-started/join.html.markdown @@ -4,7 +4,7 @@ page_title: "Consul Cluster" sidebar_current: "gettingstarted-join" description: > When a Consul agent is started, it begins as an isolated cluster of its own. - To learn about other cluster members, the agent just join one or more other + To learn about other cluster members, the agent must join one or more other nodes using a provided join address. In this step, we will set up a two-node cluster and join the nodes together. ---