Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #70 from saiyam1814/main
Browse files Browse the repository at this point in the history
latest version install
  • Loading branch information
alfsuse authored Dec 11, 2020
2 parents 8d55283 + ad8c8b9 commit 332cf28
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ The Go installer will replace the current bash installer.
[![Go Report Card](https://goreportcard.com/badge/github.com/kf5i/k3ai-core)](https://goreportcard.com/report/github.com/kf5i/k3ai-core)
[![codecov](https://codecov.io/gh/kf5i/k3ai-core/branch/main/graph/badge.svg)](https://codecov.io/gh/kf5i/k3ai-core)

## Install k3ai-cli(Latest Version)

Version=$(curl -s "https://api.github.com/repos/kf5i/k3ai-core/releases/latest" | awk -F '"' '/tag_name/{print $4}' | cut -c 2-6)
wget https://github.com/kf5i/k3ai-core/releases/download/v$Version/k3ai-core_${Version}_linux_amd64.tar.gz


## Building from source

Setup the environment using Golang v1.15.3+. A Linux, Mac OS or a WSL2 environment is recommended.
Expand Down

0 comments on commit 332cf28

Please sign in to comment.