repos / pico

pico services - prose.sh, pastes.sh, imgs.sh, feeds.sh, pgs.sh
git clone https://github.com/picosh/pico.git

commit
5a98472
parent
1d97e59
author
Christopher Hoelter
date
2023-09-05 14:11:57 +0000 UTC
Updated dependencies required in readme. (#38)

1 files changed,  +4, -3
M README.md
+4, -3
 1@@ -19,10 +19,11 @@ This repo hosts the following pico services:
 2 
 3 ## development
 4 
 5-- `golang` >= 1.19
 6+- `golang` >= 1.21.0
 7 - `direnv` to load environment vars
 8-- `webp` macOS dependency
 9-  - can be installed with `brew install webp`
10+- `webp` package dependency
11+  - on mac can be installed with `brew install webp`
12+  - on ubuntu can be installed with `sudo apt install libwebp-dev`
13 
14 ```bash
15 cp ./.env.example .env