diff --git a/README.md b/README.md index e641702..3bd7e39 100644 --- a/README.md +++ b/README.md @@ -47,14 +47,14 @@ Networking details are completely abstracted, enabling users to focus on develop ### Flexible Task Distribution Users acting as clients retain full control over how tasks are batched and assigned to nodes, creating endless possibilities for optimising performance based on specific use cases. -### 1 line setup with Nix +## Setup with Nix - Ensure you have the nix package manager installed. - Add the following to your .bashrc file. -``` +```bash alias p2prc='env P2PRC= nix run github:akilan1999/p2p-rendering-computation --' ``` - Check if it's successful -``` +```bash p2prc -h ``` Read more on command usage: https://p2prc.akilan.io/Docs/#using-basic-commands @@ -116,7 +116,7 @@ This project aims to create a peer to peer (p2p) network, where a user can use t -## Extend your application with P2PRC +