From b8800e670f5aa70523d88565b9c3e7e909f31077 Mon Sep 17 00:00:00 2001 From: XsWack Date: Wed, 23 Aug 2017 07:45:08 +0800 Subject: [PATCH] Update local.md (#5108) Fix leading spaces in kubectl commands and unified format.This is causing bash/zsh shells to not to record the executed command in the history. --- docs/getting-started-guides/ubuntu/local.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/ubuntu/local.md b/docs/getting-started-guides/ubuntu/local.md index 6ef3f8ce74..59e9581c2f 100644 --- a/docs/getting-started-guides/ubuntu/local.md +++ b/docs/getting-started-guides/ubuntu/local.md @@ -12,7 +12,7 @@ The purpose of using [LXD](https://linuxcontainers.org/lxd/) on a local machine Install [conjure-up](http://conjure-up.io/), a tool for deploying big software. ``` - sudo snap install conjure-up --classic +sudo snap install conjure-up --classic ``` Note: If conjure-up asks you to "Setup an ipv6 subnet" with LXD, answer NO. ipv6 with Juju/LXD is currently unsupported.