Skip to content

Commit

Permalink
Add link to doc, remove outdated build info
Browse files Browse the repository at this point in the history
  • Loading branch information
folex committed Feb 6, 2021
1 parent fa45191 commit e79638d
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions README.md
Expand Up @@ -6,6 +6,8 @@

See the [Motivation](http://fluence.network/manifesto.html), follow updates on [Twitter](https://twitter.com/fluence_project) or subscribe to the [newsletter](https://fluence.network/).

For documentation, go [here](https://fluence.dev/)

# Fluence stack


Expand Down Expand Up @@ -37,19 +39,10 @@ docker run -d --name fluence -e RUST_LOG="info" -p 7777 -p 9999 fluencelabs/flue
```
Ports will be assigned randomly by your OS.

### Build from sources
Install cargo, clone this repo, and then run:
```bash
make build

./target/release/fluence -t 7777 -w 9999
```
This will run fluence with a randomly generated key, listening for `ws://` on `9999`, and for tcp on `7777`.

## **Contributing**

While the project is a still in the early stage of development, you are welcome to track progress and contribute. At the current moment we don't have detailed instructions on how to join development or which code guidelines to follow. However, you can expect more info to appear soon enough. In the meanwhile, check out the [basic contributing rules](CONTRIBUTING.md).

## **License**

[Apache 2.0](LICENSE)
[Apache 2.0](LICENSE)

0 comments on commit e79638d

Please sign in to comment.