Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 1.15 KB

round_install.md

File metadata and controls

56 lines (33 loc) · 1.15 KB

round_logo

Getting Started

Official binary distributions are available for Linux and Mac OS X. If a binary distribution is not available for your combination of operating system and architecture, try installing from source.

Getting Round

Linux

Docker

To get started with Docker on Linux, run the following in a terminal:

docker run cybergarage/round:latest

MacOSX

First, you have to install the following package on MacOSX.

Homebrew

To get started on MacOSX, run the following in a terminal:

brew tap cybergarage/brew
brew install round++

Installing from source

Round is an open source project, distributed under a BSD-style license. If you want to build from source, follow the source installation instructions.

Running Round

First, start a single node of round:

roundd

Next, let's start the client utility command:

round shell

Next Steps

Let's try the following tour to know functions of Round in more detail.