From ec6da2f18ca3c9eb5bb8d2d558c91ca8e758709b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sch=C3=B6nauer?= Date: Sun, 16 Oct 2022 19:55:08 +0200 Subject: [PATCH] added Documentation reference in Readme --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f339f966..7337d677 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ ![Topgrade](doc/topgrade.png) - -[![Travis](https://api.travis-ci.org/r-darwish/topgrade.svg?branch=master)](https://travis-ci.org/r-darwish/topgrade) -[![AppVeyor](https://ci.appveyor.com/api/projects/status/github/r-darwish/topgrade?svg=true)](https://ci.appveyor.com/project/r-darwish/topgrade) + +---> ![Demo](doc/screenshot.gif) @@ -23,6 +22,9 @@ The compiled binaries contain a self-upgrading feature. Topgrade requires Rust 1.51 or above. +## Documentation[WIP] +You can visit the documentation at [topgrade-rs.github.io](https://topgrade-rs.github.io/) . + ## Usage Just run `topgrade`. See [the wiki](https://github.com/r-darwish/topgrade/wiki/Step-list) for the list of things Topgrade supports.