summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-04-12 17:54:11 +0200
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-04-15 18:05:12 +0200
commit4e2430a102542720337834458d8f20a0f81167db (patch)
tree738d26910bdaff2f474a8b4b74fcf2fe523f8d90 /README.md
parent0a2a440f0421134f1f741a74c88087a9951462bc (diff)
downloadjustbuild-4e2430a102542720337834458d8f20a0f81167db.tar.gz
tutorial: Consistent formatting and small fixes
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7dda2731..733923d2 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Justbuild
-Justbuild is a generic build system supporting multi-repository
+*justbuild* is a generic build system supporting multi-repository
builds. A peculiarity of the tool is the separation between global
names and physical location on the one hand, and logical paths
used for actions and installation on the other hand (sometimes referred to as
@@ -17,7 +17,7 @@ taken from user-defined rules described by functional expressions.
* Tutorial
- [Getting Started](doc/tutorial/getting-started.md)
- [Hello World](doc/tutorial/hello-world.md)
- - [Third party dependencies](doc/tutorial/third-party-software.md)
+ - [Third-party dependencies](doc/tutorial/third-party-software.md)
- [Tests](doc/tutorial/tests.md)
- [Targets versus `FILE`, `GLOB`, and `TREE`](doc/tutorial/target-file-glob-tree.md)
- [Ensuring reproducibility](doc/tutorial/rebuild.md)