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 <felipe.de.jesus.ruiz.garcia@intel.com>
This commit is contained in:
Felipe de Jesus Ruiz Garcia 2018-11-07 13:13:04 -06:00
parent 51976e3b31
commit 75dd80915d
1 changed files with 4 additions and 4 deletions

View File

@ -42,10 +42,10 @@ Sample ``localrc``
.. code-block:: bash .. code-block:: bash
# tbuilder localrc # tbuilder localrc
MYUNAME=$USER
MYUNAME=stx-builder PROJECT=starlingx
PROJECT=stx-work HOST_PREFIX=$HOME/starlingx/workspace
HOST_PREFIX=$HOME/work HOST_MIRROR_DIR=$HOME/starlingx/mirror
Makefile Makefile
-------- --------