From 14aeaa7e1ac064f4587e843b8053af9420327f50 Mon Sep 17 00:00:00 2001 From: Akilan Selvacoumar <31743758+Akilan1999@users.noreply.github.com> Date: Mon, 24 May 2021 23:51:57 +0400 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a2ff861..28bd493 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ install: go build -o p2prc echo '# Paths for p2p rendering and computation' >> ~/.bashrc echo 'export P2PRC=${PWD}' >> ~/.bashrc - echo 'export ${PWD}:$${PATH}' >> ~/.bashrc + echo 'export path=${PWD}:$${PATH}' >> ~/.bashrc source ~/.bashrc ./p2prc --SetDefaultConfig