From 23abbc8f90c79d1d052bde96890e16b8363aaeba Mon Sep 17 00:00:00 2001 From: Akilan Date: Wed, 29 Jan 2025 17:11:43 +0000 Subject: [PATCH] added base tutorial for running nix --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 0712390..37a8d27 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,18 @@ 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 +- Ensure you have the nix package manager installed. +- Add the following to your .bashrc file. +``` +alias p2prc='env P2PRC= nix run github:akilan1999/p2p-rendering-computation --' +``` +- Check if it's successful +``` +p2prc -h +``` +Read more on command usage: https://p2prc.akilan.io/Docs/#using-basic-commands + ## Latest tutorial [![IMAGE ALT TEXT](https://i.ytimg.com/vi/OMwCpedu5cs/hqdefault.jpg)](https://www.youtube.com/watch?v=OMwCpedu5cs")