From 632aceb84866e92fc3f6f02680933685ae0a248b Mon Sep 17 00:00:00 2001 From: Gregory Giguashvili Date: Mon, 20 Mar 2023 13:20:48 +0200 Subject: [PATCH] Fix output directory name in devenv docs --- docs/devenv_setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devenv_setup.md b/docs/devenv_setup.md index 1acdda8472..2ca2082087 100644 --- a/docs/devenv_setup.md +++ b/docs/devenv_setup.md @@ -232,7 +232,7 @@ Examine the `/tmp/microshift.log` log file to ensure a successful startup. > An alternative way of running MicroShift is to update `/usr/bin/microshift` file and restart the service. The logs would then be accessible by running the `journalctl -xu microshift` command. > ```bash -> sudo cp -f ~/microshift/_output_/bin/microshift /usr/bin/microshift +> sudo cp -f ~/microshift/_output/bin/microshift /usr/bin/microshift > sudo systemctl restart microshift > ```