Skip to content

Commit

Permalink
Install instructions added to ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
satindergrewal committed Nov 6, 2021
1 parent 148a620 commit 19fe2d2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,19 @@ The detailed technical whitepaper is [here.](https://cdn.discordapp.com/attachme
1. [Compiling only bet repo](./docs/protocol/ubuntu_compile.md#building-bet)
2. [Compiling all the repos needed on Ubuntu](./docs/protocol/ubuntu_compile.md)
3. [Detailed compilation of all the repos needed on various platforms](./docs/protocol/compile.md)

### Downloading precomipled binaries & CHIPS bootstrap node
1. [Precompiled binaries](./docs/protocol/release.md#downloading-precombiled-binaries-for-linux)
2. [CHIPS bootstrap node](./docs/protocol/release.md#downloading-chips-bootstrap-node)

### Installing using auto-install shell script

If you wish to install everything required for setting up Pangea Poker, you can use the following command to auto-install Pangea Poker:

```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/chips-blockchain/bet/master/tools/install-pangea.sh)"
```

### Prerequisites
1. You need public IP to play the game.
2. Ports used by the respective entities must be open. Below are the list of the ports used and should be remained open incase if you have any firewall configurations.
Expand Down

0 comments on commit 19fe2d2

Please sign in to comment.