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
# 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
--------