From 9a95d80a8ab017b5b8f79efd3d627a473c43de3c Mon Sep 17 00:00:00 2001 From: Ryan Price Date: Thu, 14 Mar 2019 12:01:30 -0700 Subject: [PATCH] update mac development install instructions update mac instructions to prepare source code before containers --- developing-devshop/developing-devshop.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/developing-devshop/developing-devshop.md b/developing-devshop/developing-devshop.md index e17ab55..37266f7 100644 --- a/developing-devshop/developing-devshop.md +++ b/developing-devshop/developing-devshop.md @@ -32,12 +32,14 @@ The only tools you need on your host machine to develop devshop are: * If working on a Mac \(or a linux machine with a user other than uid 1000\), you need to regenerate your containers so the Aegir user UID matches your local user UID: ```text + robo prepare:sourcecode robo prepare:containers ``` The command will attempt to automatically detect your UID. If you need to set it manually, you can pass the UID as an argument ```text + robo prepare:sourcecode robo prepare:containers 1001 ```