delete checkout branch in doc

branch "pr/proto/draft" in NRI doesn't exist anymore it's better to delete this line 

Signed-off-by: Amir M. Ghazanfari <a.m.ghazanfari76@gmail.com>
This commit is contained in:
Amir M. Ghazanfari 2023-08-04 22:46:33 +03:30 committed by GitHub
parent 2b2195c36b
commit fd8778fba3
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
git clone https://github.com/containerd/nri
cd nri
git checkout pr/proto/draft
make
./build/bin/logger -idx 00
```
@ -137,4 +136,4 @@ make
sudo cp build/bin/v010-adapter /usr/local/bin
sudo mkdir -p /opt/nri/plugins
sudo ln -s /usr/local/bin/v010-adapter /opt/nri/plugins/00-v010-adapter
```
```