From 236dfe481beea75af66d993dc0aba5fe1c698afe Mon Sep 17 00:00:00 2001 From: Arthur Sonzogni Date: Sun, 9 Aug 2020 17:14:31 +0200 Subject: [PATCH] Update README.md - Add link to the documentation. --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 83710030..5d12313c 100644 --- a/README.md +++ b/README.md @@ -56,14 +56,11 @@ A simple C++ library for terminal based user interface. └────────────────────────────────────────────────────────────────────────────┘ ~~~ -## Build +# Documentation: -* [CMake](https://cmake.org) → [Instructions](./doc/build-with-cmake.md) -* [nxxm](https://nxxm.github.io) → [Instructions](./doc/build-with-nxxm.md) - -## Tutorial -- [Starter cmake project](https://github.com/ArthurSonzogni/ftxui-starter) -- [Tutorial](./doc/tutorial.md) +- [Documentation](https://arthursonzogni.com/FTXUI/doc/) +- [Build using CMake](https://arthursonzogni.com/FTXUI/doc/#build-using-cmake) +- [Build using nxxm](https://arthursonzogni.com/FTXUI/doc/#build-using-cmake) ## Project using FTXUI