Skip to content

Commit

Permalink
Merge pull request #465 from robrussell/master
Browse files Browse the repository at this point in the history
Adds instruction to clone with depth 1
  • Loading branch information
Achllle authored Apr 5, 2024
2 parents 2decd01 + 988cab5 commit 97b6ca7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ Image paths should be relative so they display correctly in a local preview.

The site is build with [MkDocs](https://www.mkdocs.org/) and the
[readthedocs](https://www.mkdocs.org/user-guide/choosing-your-theme/#readthedocs) theme.

Clone the git repo. The `--depth 1` flag will clone just the most recent revision.

git clone --depth 1 https://github.com/nasa-jpl/open-source-rover.git

You may build the site locally to preview your changes.

python -m venv .venv
Expand Down

0 comments on commit 97b6ca7

Please sign in to comment.