vicariousdrama / cornychat

🌽 Corny Chat is an open source audio space built on Jam that integrates Nostr and Lightning
https://cornychat.com
GNU Affero General Public License v3.0
19 stars 6 forks source link

Install guide calls for installing packages that aren't necessary #65

Closed vicariousdrama closed 4 weeks ago

vicariousdrama commented 2 months ago

https://github.com/vicariousdrama/cornychat/blame/6d2ded76e0ee58bdb6d6d885a1ec51f7455f6df4/INSTALL.md#L93-L99

sudo apt-get install -y python3 python3-venv git libjpeg-dev zlib1g-dev imagemagick inkscape jq netcat

I believe that only git is required here as its referenced later on line 201 when cloning the repo. jq and netcat are more for convenience. All the others are more for python, and I believe I copied this from Nodeyez (see https://github.com/vicariousdrama/nodeyez/blob/main/_install_steps/3tools.md)