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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ the server sees your IP address.
77
77
78
78
The repo supports development using GitHub Codespaces and devcontainers.
79
79
80
-
[](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=707634300&skip_quickstart=true&machine=premiumLinux&geo=EuropeWest)
80
+
[](https://codespaces.new/kapilvgit/ohttp)
The repo supports development using GitHub Codespaces and devcontainers. The repository includes a devcontainer configuration that installs all dependencies.
41
+
42
+
[](https://codespaces.new/kapilvgit/ohttp)
43
+
44
+
Alternatively, you can setup your own environment by installing dependencies.
45
+
```
46
+
sudo apt update
47
+
sudo apt install -y curl build-essential jq
48
+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
49
+
```
50
+
51
+
Next, you can build the client containers as follows.
0 commit comments