From 4cc13ac2d3f0c360ea1097419503053db315fcef Mon Sep 17 00:00:00 2001 From: Andromeda <58833781+AndromedaHelix@users.noreply.github.com> Date: Tue, 6 Jun 2023 13:48:33 -0600 Subject: [PATCH] Update README.md Fixed git lint, implemented recommended changes --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e5f72de..b6c5164 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,16 @@ Burrow is fully open source, you can fork the repo and start contributing easily The project structure is divided in the following folders: -[] To do, add folder directories +``` +Apple/ # Xcode project for burrow on macOS and iOS +burrow/ # Higher-level API library for tun and tun-async +tun/ # Low-level interface to OS networking + src/ + unix/ # macOS and Linux code + windows/ # Windows networking code +tun-async/ # Async interface to tun +``` + ## Installation To start burrowing, download the latest release build in the release section.