|
1 | 1 | # EdgeLinkd: Node-RED Reimplemented in Rust
|
2 | 2 |
|
3 | 3 | [![Build Status]][actions]
|
4 |
| -[](https://github.com/oldrev/edgelink/releases) |
| 4 | +[](https://github.com/oldrev/edgelinkd/releases) |
5 | 5 |
|
6 |
| -[Build Status]: https://img.shields.io/github/actions/workflow/status/oldrev/edgelink/CICD.yml?branch=master |
7 |
| -[actions]: https://github.com/oldrev/edgelink/actions?query=branch%3Amaster |
| 6 | +[Build Status]: https://img.shields.io/github/actions/workflow/status/oldrev/edgelinkd/CICD.yml?branch=master |
| 7 | +[actions]: https://github.com/oldrev/edgelinkd/actions?query=branch%3Amaster |
8 | 8 |
|
9 | 9 | 
|
10 | 10 |
|
@@ -98,13 +98,13 @@ cargo build --release
|
98 | 98 | **Clone the repository with submodules:**
|
99 | 99 |
|
100 | 100 | ```bash
|
101 |
| -git clone --recursive https://github.com/oldrev/edgelink.git |
| 101 | +git clone --recursive https://github.com/oldrev/edgelinkd.git |
102 | 102 | ```
|
103 | 103 |
|
104 | 104 | Or if you've already cloned without submodules:
|
105 | 105 |
|
106 | 106 | ```bash
|
107 |
| -git clone https://github.com/oldrev/edgelink.git |
| 107 | +git clone https://github.com/oldrev/edgelinkd.git |
108 | 108 | cd edgelink
|
109 | 109 | git submodule update --init --recursive
|
110 | 110 | ```
|
@@ -145,7 +145,7 @@ By default, your browser will open the Node-RED frontend at [http://127.0.0.1:18
|
145 | 145 |
|
146 | 146 | **Main command-line options:**
|
147 | 147 |
|
148 |
| -- `[FLOWS_PATH]`: Optional, specify the flow file (default: `~/.edgelink/flows.json`) |
| 148 | +- `[FLOWS_PATH]`: Optional, specify the flow file (default: `~/.edgelinkd/flows.json`) |
149 | 149 | - `--headless`: Headless mode (no Web UI, suitable for production)
|
150 | 150 | - `--bind <BIND>`: Custom web server bind address (default: `127.0.0.1:1888`)
|
151 | 151 | - `-u, --user-dir <USER_DIR>`: Specify user directory (default: `~/.edgelink`)
|
@@ -320,7 +320,7 @@ Refer [REDNODES-SPECS-DIFF.md](tests/REDNODES-SPECS-DIFF.md) to view the details
|
320 | 320 |
|
321 | 321 | ## Roadmap
|
322 | 322 |
|
323 |
| -Check out our [milestones](https://github.com/oldrev/edgelink/milestones) to get a glimpse of the upcoming features and milestones. |
| 323 | +Check out our [milestones](https://github.com/oldrev/edgelinkd/milestones) to get a glimpse of the upcoming features and milestones. |
324 | 324 |
|
325 | 325 | ## Contribution
|
326 | 326 |
|
@@ -351,7 +351,7 @@ Please refer to [ISSUES.md](docs/ISSUES.md) for a list of known issues and worka
|
351 | 351 |
|
352 | 352 | ## Feedback and Support
|
353 | 353 |
|
354 |
| -We welcome your feedback! If you encounter any issues or have suggestions, please open an [issue](https://github.com/edge-link/edgelink/issues). |
| 354 | +We welcome your feedback! If you encounter any issues or have suggestions, please open an [issue](https://github.com/edge-link/edgelinkd/issues). |
355 | 355 |
|
356 | 356 | E-mail: oldrev(at)gmail.com
|
357 | 357 |
|
|
0 commit comments