From 30cd9c1901b7b612b84a6b9e5e736504fbe72e98 Mon Sep 17 00:00:00 2001 From: Akilan Selvacoumar <31743758+Akilan1999@users.noreply.github.com> Date: Wed, 29 Jan 2025 17:17:02 +0000 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 +