Skip to content

Commit

Permalink
Merge pull request #6 from Accacio/repos_url
Browse files Browse the repository at this point in the history
use https protocol
  • Loading branch information
sarthou committed Jun 26, 2024
2 parents 25c0405 + 6cfcea6 commit 6d143da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ First of all, we need to install [bullet3](https://github.com/bulletphysics/bull
You can install it where you want on your computer but avoid installing it in your catkin workspace.

```
git clone git@github.com:bulletphysics/bullet3.git
git clone https://github.com/bulletphysics/bullet3.git
cd bullet3
mkdir build && mkdir install
export BULLET_PATH=$(pwd)
Expand All @@ -37,8 +37,8 @@ To install Overworld, you just have to clone it and Ontologenius in the src fold

```
cd src
git clone git@github.com:sarthou/ontologenius.git
git clone git@github.com:sarthou/overworld.git
git clone https://github.com/sarthou/ontologenius.git
git clone https://github.com/sarthou/overworld.git
cd ..
catkin_make # or catkin build
```
Expand Down Expand Up @@ -80,4 +80,4 @@ More information about this link and tutorials to show its use will come soon.
[Bullet-Dependency-Url]: https://github.com/bulletphysics/bullet3

[Build-Status-Image]: https://github.com/sarthou/overworld/actions/workflows/overworld.yml/badge.svg
[Build-Status-Url]: https://github.com/sarthou/overworld/actions
[Build-Status-Url]: https://github.com/sarthou/overworld/actions
2 changes: 1 addition & 1 deletion docs/InstallOverworld.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h1 class="title">Install Overworld</h1>
<p class="tip">You can for example install it in ~/software</p>

<div class="code_block">
<p>git clone git@github.com:bulletphysics/bullet3.git</p>
<p>git clone https://github.com/bulletphysics/bullet3.git</p>
<p>cd bullet3</p>
<p>mkdir build && mkdir install</p>
<p>export BULLET_PATH=$(pwd)</p>
Expand Down

0 comments on commit 6d143da

Please sign in to comment.