Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
laizy committed Jun 25, 2024
1 parent aa8ee1a commit b47b27f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<h1 align="center">Ontology</h1>
<h4 align="center">Version 2.2.0(Bin) 1.13.0(Lib)</h4>
<h4 align="center">Version 2.5.8(Bin) 1.17.0(Lib)</h4>

[![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)
Expand All @@ -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
Expand Down
6 changes: 2 additions & 4 deletions README_CN.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<h1 align="center">Ontology </h1>
<h4 align="center">Version 2.2.0(Bin) 1.13.0(Lib) </h4>
<h4 align="center">Version 2.5.8(Bin) 1.17.0(Lib) </h4>

[![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) | 中文
Expand Down Expand Up @@ -58,8 +57,7 @@ Ontology MainNet 已经在2018年6月30日成功上线。<br>
## 获取ontology

### 从release获取
- 你可以通过命令 ` curl https://dev.ont.io/ontology_install | sh ` 获取最新的ontology版本
- 你也可以从[下载页面](https://github.com/ontio/ontology/releases)获取.
你可以从[下载页面](https://github.com/ontio/ontology/releases)获取.

### 从源码获取

Expand Down

0 comments on commit b47b27f

Please sign in to comment.