Skip to content

Commit

Permalink
fix steaming, stale data, proxy bugs and more
Browse files Browse the repository at this point in the history
  • Loading branch information
juls0730 committed Dec 13, 2024
1 parent e46bb05 commit 7689999
Show file tree
Hide file tree
Showing 13 changed files with 751 additions and 611 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ fluxd
flux
!cmd/flux
!cmd/fluxd
fluxdd/
fluxdd*
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ sudo ./fluxd
FLUXD_ROOT_DIR=$PWD/fluxdd zqdgr run:daemon
```

> [!IMPORTANT]
> CGO is required to build the daemon due to the use of [mattn/go-sqlite3](https://github.com/mattn/go-sqlite3)
### CLI

Install the CLI using the following command:
Expand Down
Loading

0 comments on commit 7689999

Please sign in to comment.