From 7508578e55a2b2267213f71a02e3fd2c12e71831 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Mon, 14 Apr 2025 11:34:33 +0200 Subject: README: separate basic tutorial from advanced topics While it is useful to have an end-to-end example also for advanced topics, they should not be mixed with the basic tutorial showing how to use the tool to build a typical project (here in C/C++). --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5173111d..53591547 100644 --- a/README.md +++ b/README.md @@ -26,16 +26,18 @@ dependencies locally (neither as source nor as binary). - [Getting Started](doc/tutorial/getting-started.md) - [Hello World](doc/tutorial/hello-world.md) - [Third-party dependencies](doc/tutorial/third-party-software.md) - - [Debugging](doc/tutorial/debugging.md) - [Tests](doc/tutorial/tests.md) + - [Debugging](doc/tutorial/debugging.md) - [Targets versus `FILE`, `GLOB`, and `TREE`](doc/tutorial/target-file-glob-tree.md) - [Ensuring reproducibility](doc/tutorial/rebuild.md) - - [Using protobuf](doc/tutorial/proto.md) - [Running linters](doc/tutorial/lint.md) - - [How to create a single-node remote execution service](doc/tutorial/just-execute.org) - [Dependency management using Target-level Cache as a Service](doc/tutorial/just-serve.md) - [Cross compiling and testing cross-compiled targets](doc/tutorial/cross-compiling.md) - [Multi-repository configuration management](doc/tutorial/just-lock.md) + +* Advanced Topics + - [Using protobuf](doc/tutorial/proto.md) + - [How to create a single-node remote execution service](doc/tutorial/just-execute.org) - [Computed roots](doc/tutorial/computed.md) - [More build delegation through a serve endpoint](doc/tutorial/build-delegation.md) -- cgit v1.2.3