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 /README.md | |
parent | 0a2a440f0421134f1f741a74c88087a9951462bc (diff) | |
download | justbuild-4e2430a102542720337834458d8f20a0f81167db.tar.gz |
tutorial: Consistent formatting and small fixes
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |