ncarlier / readflow

readflow is a news-reading (or read-it-later) solution focused on versatility and simplicity.
https://about.readflow.app
GNU Affero General Public License v3.0
415 stars 33 forks source link

Commands from readme.md to retrieve binaries do not work #61

Closed jeffcutsinger closed 1 year ago

jeffcutsinger commented 1 year ago
curl -sf https://gobinaries.com/ncarlier/readflow | sh

results in

Error: Repository has no tags

and

curl -s https://raw.githubusercontent.com/ncarlier/readflow/master/install.sh | bash

results in

error: Unable to extract artefact URL

The repository does indeed have no tags, and looking at install.sh, it seems to assume there will be GH releases, which I'm not seeing either.

ncarlier commented 1 year ago

Thi project is finally tagged. Binary retrieval should work as expected.