diff --git a/docs/_content/getting-started/index.md b/docs/_content/getting-started/index.md index a616c14..0f5e4de 100644 --- a/docs/_content/getting-started/index.md +++ b/docs/_content/getting-started/index.md @@ -12,7 +12,8 @@ Docify is available as [.NET Core Global Tool](https://docs.microsoft.com/en-us/ Docify can be installed by running the following command: ~~~ -> dotnet install -g docify +> dotnet tool install -g docify + ~~~ To update to newer version run @@ -150,4 +151,4 @@ Hello World from [Docify](https://docify.net)!

Hello World from Docify!

~~~ -Follow this user guide to learn more features of Docify which allows you to create websites for your blog or technical documentation. This help documentation itself is generated by Docify. You can explore the source code for documentation [here](https://github.com/xarial/docify/tree/master/docs) \ No newline at end of file +Follow this user guide to learn more features of Docify which allows you to create websites for your blog or technical documentation. This help documentation itself is generated by Docify. You can explore the source code for documentation [here](https://github.com/xarial/docify/tree/master/docs)