-
-
Notifications
You must be signed in to change notification settings - Fork 347
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2024 from eirannejad/latest-submodules-dependencies
Latest submodules dependencies: NewtonSoft.Json, NLog, MahApps.Metro
- Loading branch information
Showing
5 changed files
with
26 additions
and
0 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,11 @@ | ||
# Adding submodules from pyRevitLabs | ||
|
||
1. Add fork to pyRevitLabs github <https://github.com/pyrevitlabs> | ||
2. Make sure you have a pyrevit-main branch | ||
3. From pyRevit root folder run the git commands accordingly. Here are 3 examples | ||
|
||
```git | ||
git submodule add -b pyrevit-main https://github.com/pyrevitlabs/Newtonsoft.Json.git dev/modules/pyRevitLabs.Newtonsoft.Json | ||
git submodule add -b pyrevit-main https://github.com/pyrevitlabs/NLog.git dev/modules/pyRevitLabs.NLog | ||
git submodule add -b pyrevit-main https://github.com/pyrevitlabs/MahApps.Metro.git dev/modules/pyRevitLabs.MahApps.Metro | ||
``` |
Submodule pyRevitLabs.MahApps.Metro
added at
c08a42
Submodule pyRevitLabs.NLog
added at
6394d9
Submodule pyRevitLabs.Newtonsoft.Json
added at
91d0c9