summaryrefslogtreecommitdiff
path: root/doc/source/developing
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2018-11-28 13:02:35 +0000
committerJonathan Maw <jonathan.maw@codethink.co.uk>2018-12-11 16:15:19 +0000
commitbbf81c3d693a11c58a03d761d59b395d6c480222 (patch)
tree51fefcc8b9d13f7b7a773ce20c1b1305434fa412 /doc/source/developing
parente340371ffaa1cdc49bd7d9afc91f036d1545a5fc (diff)
downloadbuildstream-bbf81c3d693a11c58a03d761d59b395d6c480222.tar.gz
doc: Point out that element is optional when commands are run from the workspacejonathan/workspace-fragment-guess-element
This is a part of #222
Diffstat (limited to 'doc/source/developing')
-rw-r--r--doc/source/developing/workspaces.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/source/developing/workspaces.rst b/doc/source/developing/workspaces.rst
index b5ed64b2c..653716f72 100644
--- a/doc/source/developing/workspaces.rst
+++ b/doc/source/developing/workspaces.rst
@@ -50,11 +50,16 @@ We can open workspace_hello/hello.c and make the following change:
.. literalinclude:: ../../examples/developing/update.patch
:language: diff
-Now, rebuild the hello.bst element
+Now, rebuild the hello.bst element.
.. raw:: html
:file: ../sessions/developing-build-after-changes.html
+Note that if you run the command from inside the workspace, the element name is optional.
+
+.. raw:: html
+ :file: ../sessions/developing-build-after-changes-workspace.html
+
Now running the hello command using bst shell:
.. raw:: html