Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GIT] Submodule: fix setup #103

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "/js/bimsurfer"]
path = /js/bimsurfer
url = https://github.com/opensourceBIM/BIMsurfer.git
[submodule "js/bimsurfer"]
path = js/bimsurfer
url = https://github.com/opensourceBIM/BIMsurfer.git
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ if you do a plain checkout your missing the bimsurfer package (wich is implement
to utilize this do the following:

$ cd <Path to bimvie.ws>
$ git submodule init
$ git submodule update
Cloning into 'js/bimsurfer'...
remote: Reusing existing pack: 3329, done.
Expand Down
1 change: 1 addition & 0 deletions js/bimsurfer
Submodule bimsurfer added at 878334