Skip to content

Commit 5ab5deb

Browse files
committed
Update README.md
Add notes about lack of precompiled binaries
1 parent 602af11 commit 5ab5deb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Daemon for running Magento 2 queue consumers, designed to be run as a systemd/su
1111

1212
## Installation
1313

14+
As this project is still a work in progress, there are no precompiled binaries available yet. Please follow the instructions below to compile the project yourself.
15+
1416
```bash
1517
git clone https://github.com/tdgroot/magento2-worker-daemon.git
1618
cargo run -- --working-directory /path/to/magento2
@@ -76,3 +78,4 @@ Things that still need to be done:
7678
- Add unit tests
7779
- Add proper signal handling (SIGTERM, SIGINT, SIGQUIT)
7880
- Currently, the daemon will only stop child processes when it receives a SIGINT
81+
- Distribute precompiled binaries on GitHub releases

0 commit comments

Comments
 (0)