From 75dd80915df2fec2774eee0a3c8fc46a0271a4d6 Mon Sep 17 00:00:00 2001 From: Felipe de Jesus Ruiz Garcia Date: Wed, 7 Nov 2018 13:13:04 -0600 Subject: [PATCH] Update localrc example Updating the localrc example displayed on README.md, according to the StarlingX developer guide https://docs.starlingx.io/developer_guide/ Change-Id: I0792020fa8d4fafa459439940ea1ef56efc0e250 Signed-off-by: Felipe de Jesus Ruiz Garcia --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 97edab63..99e9b32d 100644 --- a/README.rst +++ b/README.rst @@ -42,10 +42,10 @@ Sample ``localrc`` .. code-block:: bash # tbuilder localrc - - MYUNAME=stx-builder - PROJECT=stx-work - HOST_PREFIX=$HOME/work + MYUNAME=$USER + PROJECT=starlingx + HOST_PREFIX=$HOME/starlingx/workspace + HOST_MIRROR_DIR=$HOME/starlingx/mirror Makefile --------