From 359660948252ed4ef6a196915da2ccaea29a92b0 Mon Sep 17 00:00:00 2001
From: Xiao Li
Date: Wed, 10 Feb 2021 10:47:24 -0800
Subject: [PATCH] Update README.md
---
README.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/README.md b/README.md
index 8d8440a..b32f237 100644
--- a/README.md
+++ b/README.md
@@ -51,6 +51,15 @@ git submodule update
make gen
```
+* Upgrade diemtypes and move stdlib*
+```
+git submodule update
+cd diem
+git pull origin master
+cd ..
+make gen
+```
+
# API Documentation
The Go Client SDK API documentation is currently available at [godoc.org](https://godoc.org/github.com/diem/client-sdk-go).