forked from poppy-project/poppy-humanoid
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add documentation for getting the solid works files
- Loading branch information
1 parent
64a15d4
commit 7aea493
Showing
5 changed files
with
71 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Cloning this repository | ||
|
||
Git and Github are designed for versioning code, using it as a versioning platform for hardware files is a bit out of the scope this tools are made for. | ||
|
||
Therefore, we use quite advanced git features such as Submodules and Git LFS. | ||
|
||
## Installation | ||
|
||
To clone this repository, you need both Git and Git LFS. | ||
|
||
1. [Installing Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) | ||
- [Installing GIT LFS](https://help.github.com/articles/installing-git-large-file-storage/#platform-windows) | ||
|
||
|
||
### [Optional] Install Source Tree | ||
|
||
Source Tree is a software providing a nice and easy to use interface for Git. If you are not familiar with Git, it helps a lot understanding what the hell happens. | ||
|
||
You can download it [here](https://www.sourcetreeapp.com/) | ||
|
||
|
||
## Clone the repository | ||
|
||
Once you have installed every soft needed, you can "clone" the repository. | ||
|
||
### Using Source Tree | ||
|
||
Configure your app, then click on the **new repository** button and specify the url of this repository `https://github.com/poppy-project/poppy-humanoid.git` | ||
|
||
![](../img/clone-humanoid-sourcetree.PNG) | ||
|
||
If you have forked this project, replace the url by your `https://github.com/YOUR-USERNAME/poppy-humanoid.git` | ||
|
||
### Using the Command line | ||
|
||
Open your terminal (or Git Bash on Windows) and tape ` git clone --recursive git://github.com/poppy-project/poppy-humanoid.git` | ||
|
||
![](../img/clone-humanoid-bash.PNG) | ||
|
||
This will clone the entire repository including all submodules and download all files. | ||
|
||
Again, if you have forked the repository, change the url accordingly. |
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.