فهرست منبع

docs: Add step about checking out specific version tag branch (#732)

Paul Tudan 4 سال پیش
والد
کامیت
cc8e7b416c
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      docs/src/tutorials/tutorial-0.md

+ 6 - 0
docs/src/tutorials/tutorial-0.md

@@ -11,6 +11,12 @@ To get started, clone the repo.
 git clone https://github.com/project-serum/anchor
 ```
 
+Next, checkout the tagged branch of the same version of the anchor cli you have installed.
+
+```bash
+git checkout tags/<version>
+```
+
 And change directories to the [example](https://github.com/project-serum/anchor/tree/master/examples/tutorial/basic-0).
 
 ```bash