Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update readme #1442

Merged
merged 1 commit into from
Jun 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading