You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-16Lines changed: 14 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
2
2
3
-
---
3
+
4
4
5
5
**DevLink** is a peer-to-peer CLI toolkit that removes development and staging friction. It enables secure, direct sharing of **environments, databases, repositories, services, and containers** between developers, without staging servers, cloud costs, or insecure workarounds.
6
6
@@ -36,7 +36,7 @@ Modern development suffers from collaboration bottlenecks: pushing half-done com
36
36
37
37
</div>
38
38
39
-
---
39
+
40
40
41
41
## Core Features
42
42
@@ -47,9 +47,9 @@ Modern development suffers from collaboration bottlenecks: pushing half-done com
47
47
***Instant Localhost Streaming (`pair`)** – Expose `localhost` apps securely for demos and pair programming.
48
48
***Direct Docker Image Transfer (`registry`)** – Push/pull Docker images between machines without registries.
49
49
50
-
---
51
50
52
-
## 🚀 Quick Start
51
+
52
+
## Quick Start
53
53
54
54
### Install via Homebrew (Recommended)
55
55
@@ -107,9 +107,8 @@ devlink --help
107
107
zrok version # Should show zrok is installed
108
108
```
109
109
110
-
> 🎯**Why zrok?** DevLink uses zrok for quantum-resistant, zero-trust P2P tunnels. It provides enterprise-grade security without complex networking setup.
110
+
> **Why zrok?** DevLink uses zrok for quantum-resistant, zero-trust P2P tunnels. It provides enterprise-grade security without complex networking setup.
0 commit comments