Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 610 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 610 Bytes

tang-doc

Documentation for Tang Primer

Build Status

Build Doc

This documentation site is powered by Hugo.

You need Hugo to be able to build the site.

To install Hugo:

sudo apt-get install hugo

Get Doc source code:

sudo apt install git 
git clone https://github.com/kprasadvnsi/tang-doc.git

Install submodules:

cd tang-doc
git submodule init
git submodule update

Serve as a website:

hugo server

Then visit http://localhost:1313