Skip to content

update readme

update readme #6

Workflow file for this run

name: ci
on:
push:
branches:
- '**'
paths:
- .github/workflows/*.yml
- lib/**
- main.c
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- run: cc -v
- run: make build
- run: ./ecloop -v
- run: ./ecloop add -f data/btc-puzzles-hash -r 8000:ffff -q -o /dev/null