diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-06-02 10:12:31 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-06-12 16:29:05 +0200 |
commit | ec1e9292a887dbb96668f75c1bc86f795ce1c780 (patch) | |
tree | 8ed17e43e16425c588057a321c1fd4b5f1c47d29 /doc/tutorial/getting-started.md | |
parent | b66a7359fbbff35af630c88c56598bbc06b393e1 (diff) | |
download | justbuild-ec1e9292a887dbb96668f75c1bc86f795ce1c780.tar.gz |
doc: Minor format and consistency improvements
Diffstat (limited to 'doc/tutorial/getting-started.md')
-rw-r--r-- | doc/tutorial/getting-started.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tutorial/getting-started.md b/doc/tutorial/getting-started.md index 36a57d26..e2dbbd4d 100644 --- a/doc/tutorial/getting-started.md +++ b/doc/tutorial/getting-started.md @@ -1,7 +1,7 @@ Getting Started =============== -In order to use *justbuild*, first make sure that `just`, `just-mr`, and +In order to use *Justbuild*, first make sure that `just`, `just-mr`, and `just-import-git` are available in your `PATH`. Creating a new project @@ -101,7 +101,7 @@ this can be used for both, interactively reading a text file, as well as for piping the artifact to another program. ``` sh -$ just build greeter -Pout.txt +$ just build greeter -P out.txt INFO: Requested target is [["@","","","greeter"],{}] INFO: Analysed target [["@","","","greeter"],{}] INFO: Export targets found: 0 cached, 0 uncached, 0 not eligible for caching |