From 70785bed44bf1ea6772e4bcb4d88a45289356367 Mon Sep 17 00:00:00 2001 From: Max Rottenkolber Date: Mon, 10 Oct 2022 12:50:40 +0200 Subject: [PATCH] lwaftr tutorial: remove TODOs --- src/program/lwaftr/doc/tutorial/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/program/lwaftr/doc/tutorial/README.md b/src/program/lwaftr/doc/tutorial/README.md index 255af356ee..6bc9129eac 100644 --- a/src/program/lwaftr/doc/tutorial/README.md +++ b/src/program/lwaftr/doc/tutorial/README.md @@ -5,7 +5,7 @@ Clone the Snabb repository to get the latest [release](https://github.com/snabbco/snabb/releases/): ``` -$ git clone https://github.com/eugeneia/snabb.git # XXX: change to upstream once fixes landed +$ git clone https://github.com/snabbco/snabb.git ``` If you don’t have `git` you can also download a Zip archive or Tarball of the latest release and unpack that. @@ -14,7 +14,6 @@ Next compile Snabb by running ``` $ cd snabb # where you cloned or unpacked Snabb -$ git checkout lwaftr-tutorial # XXX: bug fixes applying to this guide $ make ... # a bunch of output that you should be able to safely ignore BINARY 5.4M snabb # this should be the second-last line of output and indicates success