diff --git a/README.md b/README.md index bd19264294..fd26659059 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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) \ No newline at end of file +[Apache 2.0](LICENSE)