From ebfcdb80c758e620a8bd8f8481de4a66b37f7b5d Mon Sep 17 00:00:00 2001 From: Adam Fabicki Date: Sat, 10 Apr 2021 15:21:23 -0400 Subject: [PATCH] Add python to ubuntu build instructions I had to install python in order for `npm install` to succeed --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 84ba8f6..ee5a55c 100644 --- a/readme.md +++ b/readme.md @@ -31,7 +31,7 @@ yay -S pagraphcontrol-git ### Ubuntu (manual build) ```bash -sudo apt install npm +sudo apt install npm python sudo npm install -g yarn git clone https://github.com/futpib/pagraphcontrol.git