diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-04-12 17:54:11 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-04-15 18:05:12 +0200 |
commit | 4e2430a102542720337834458d8f20a0f81167db (patch) | |
tree | 738d26910bdaff2f474a8b4b74fcf2fe523f8d90 /doc/tutorial/getting-started.md | |
parent | 0a2a440f0421134f1f741a74c88087a9951462bc (diff) | |
download | justbuild-4e2430a102542720337834458d8f20a0f81167db.tar.gz |
tutorial: Consistent formatting and small fixes
Diffstat (limited to 'doc/tutorial/getting-started.md')
-rw-r--r-- | doc/tutorial/getting-started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial/getting-started.md b/doc/tutorial/getting-started.md index e2dbbd4d..0ec1c28a 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 |