Skip to content

Commit

Permalink
updated build instruction after testing on backup system
Browse files Browse the repository at this point in the history
  • Loading branch information
growupboron committed Sep 2, 2020
1 parent 7c940d4 commit 75fca22
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -9,8 +9,10 @@ Revamping and restructuring Automotive Grade Linux's documentation site under GS

1) Clone this Repository : ```git clone https://github.com/growupboron/agl-docs.git```

2) Install MkDocs and rtd-dropdown theme : ```pip install -r requirements.txt```
2) Change into the directory : ```cd agl-docs/```

3) Serve it, it would get defaultly rendered at [127.0.0.1:8000/](127.0.0.1:8000/) : ```mkdocs serve```
3) Install MkDocs and rtd-dropdown theme : ```sudo pip3 install -r requirements.txt```

4) Serve it, it would get defaultly rendered at [127.0.0.1:8000/](127.0.0.1:8000/) : ```sudo mkdocs serve```


0 comments on commit 75fca22

Please sign in to comment.