From f73f1d436065a41b03209c9d2a8e950b219bd31c Mon Sep 17 00:00:00 2001 From: Raphael Kuster Date: Mon, 17 Dec 2018 14:17:19 +0100 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index c609761..9d13c25 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,24 @@ Warp lets you create self-contained single binary applications making it simpler Warp is written in Rust and is supported on Linux, Windows and macOS. +### Table of Content + * [Quickstart with Node.js](#quickstart-with-nodejs) + + [Linux](#linux) + + [macOS](#macos) + + [Windows](#windows) + * [Quickstart with .NET Core](#quickstart-with-net-core) + + [Linux](#linux-1) + + [macOS](#macos-1) + + [Windows](#windows-1) + * [Quickstart with Java](#quickstart-with-java) + * [How it works](#how-it-works) + + [Performance](#performance) + + [Packages cache location](#packages-cache-location) + + [Runners cache location](#runners-cache-location) + * [Authors](#authors) + * [License](#license) + + ## Quickstart with Node.js ### Linux **Create the directory for the application**