From 5060de79ec48f689b025ea2788cac9f5215f38f7 Mon Sep 17 00:00:00 2001 From: Ivan Pribec Date: Thu, 18 Mar 2021 23:31:23 +0100 Subject: [PATCH] Added TOC to README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index d82cf2897..955a05cdd 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,18 @@ [![Actions Status](https://github.com/fortran-lang/stdlib/workflows/CI/badge.svg)](https://github.com/fortran-lang/stdlib/actions) [![Actions Status](https://github.com/fortran-lang/stdlib/workflows/CI_windows/badge.svg)](https://github.com/fortran-lang/stdlib/actions) +* [Goals and Motivation](#goals-and-motivation) +* [Scope](#scope) +* [Getting started](#getting-started) + - [Get the code](#get-the-code) + - [Requirements](#requirements) + - [Supported compilers](#supported-compilers) + - [Build with CMake](#build-with-cmake) + - [Build with make](#build-with-make) +* [Using stdlib in your project](#using-stdlib-in-your-project) +* [Documentation](#documentation) +* [Contributing](#contributing) +* [Links](#links) ## Goals and Motivation