diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-08-23 09:55:32 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-08-23 10:18:41 +0200 |
commit | dca6b72e603d79d5b7c6db52cdb6a2224233213f (patch) | |
tree | 1e07f72db4d9261c5ea9353dcfdf5e8f980da51e /README.md | |
parent | dbabfa8787f1a940b2f17fae83d56264cc371890 (diff) | |
download | justbuild-dca6b72e603d79d5b7c6db52cdb6a2224233213f.tar.gz |
Add new tutorial sections to README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,9 +15,11 @@ taken from user-defined rules described by functional expressions. [installation guide](INSTALL.md). * Tutorial + - [Getting Started](doc/tutorial/getting-started.org) - [Hello World](doc/tutorial/hello-world.org) - [Third party dependencies](doc/tutorial/third-party-software.org) - [Tests](doc/tutorial/tests.org) + - [Targets versus `FILE`, `GLOB`, and `TREE`](doc/tutorial/target-file-glob-tree.org) - [Using protobuf](doc/tutorial/proto.org) ## Documentation |