Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installation instruction on docify website not working anymore #137

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/_content/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -150,4 +151,4 @@ Hello World from [Docify](https://docify.net)!
<p>Hello World from <a href="https://docify.net">Docify</a>!</p>
~~~

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)
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)