diff --git a/README.md b/README.md
index 26561bd34..d48ad47dc 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,8 @@
Ontology
-Version 2.2.0(Bin) 1.13.0(Lib)
+Version 2.5.8(Bin) 1.17.0(Lib)
[![GoDoc](https://godoc.org/github.com/ontio/ontology?status.svg)](https://godoc.org/github.com/ontio/ontology)
[![Go Report Card](https://goreportcard.com/badge/github.com/ontio/ontology)](https://goreportcard.com/report/github.com/ontio/ontology)
-[![Travis](https://travis-ci.com/ontio/ontology.svg?branch=master)](https://travis-ci.com/ontio/ontology)
[![Discord](https://img.shields.io/discord/102860784329052160.svg)](https://discord.gg/gDkuCAq)
English | [中文](README_CN.md)
@@ -29,16 +28,15 @@ New features are still being rapidly developed, therefore the master branch may
## Install from Binaries
-You can download a stable compiled version of the Ontology node software by either:
+You can download a stable compiled version of the Ontology node software by:
-- Downloading the latest Ontology binary file with `curl https://dev.ont.io/ontology_install | sh`.
-- Downloading a specific version from the [release section](https://github.com/ontio/ontology/releases).
+Downloading a specific version from the [release section](https://github.com/ontio/ontology/releases).
## Build From Source
### Prerequisites
-- [Golang](https://golang.org/doc/install) version 1.15 or later
+- [Golang](https://golang.org/doc/install) version 1.17 or later
### Build
diff --git a/README_CN.md b/README_CN.md
index 84d35a6b9..a5b04edc4 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -1,9 +1,8 @@
Ontology
-Version 2.2.0(Bin) 1.13.0(Lib)
+Version 2.5.8(Bin) 1.17.0(Lib)
[![GoDoc](https://godoc.org/github.com/ontio/ontology?status.svg)](https://godoc.org/github.com/ontio/ontology)
[![Go Report Card](https://goreportcard.com/badge/github.com/ontio/ontology)](https://goreportcard.com/report/github.com/ontio/ontology)
-[![Travis](https://travis-ci.com/ontio/ontology.svg?branch=master)](https://travis-ci.com/ontio/ontology)
[![Discord](https://img.shields.io/discord/102860784329052160.svg)](https://discord.gg/gDkuCAq)
[English](README.md) | 中文
@@ -58,8 +57,7 @@ Ontology MainNet 已经在2018年6月30日成功上线。
## 获取ontology
### 从release获取
-- 你可以通过命令 ` curl https://dev.ont.io/ontology_install | sh ` 获取最新的ontology版本
-- 你也可以从[下载页面](https://github.com/ontio/ontology/releases)获取.
+你可以从[下载页面](https://github.com/ontio/ontology/releases)获取.
### 从源码获取