Merge pull request #8917 from amghazanfari/main

delete checkout branch in doc
This commit is contained in:
Derek McGowan 2023-08-07 14:09:09 -07:00 committed by GitHub
commit 720e027a97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,7 +115,6 @@ on github, compiling it and starting it up.
```bash ```bash
git clone https://github.com/containerd/nri git clone https://github.com/containerd/nri
cd nri cd nri
git checkout pr/proto/draft
make make
./build/bin/logger -idx 00 ./build/bin/logger -idx 00
``` ```