Skip to content

Commit

Permalink
trivial: Fix path
Browse files Browse the repository at this point in the history
Signed-off-by: Hannu Lyytinen <[email protected]>
  • Loading branch information
hlyytine committed Jul 13, 2023
1 parent 634151a commit d90c03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ yourself when to enable the cache.
<pre>
host% <b>export BUILD_CACHE_DIR=~/.tii_sel4_build</b>
host% <b>echo 'export BUILD_CACHE_DIR='${BUILD_CACHE_DIR} >> ~/.bashrc</b>
host% <b>mkdir ${BUILD_CACHE_DIR}</b>
host% <b>mkdir -p ${BUILD_CACHE_DIR}/stack</b>
</pre>

## Check out sources
Expand Down

0 comments on commit d90c03b

Please sign in to comment.