-
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.
- Loading branch information
1 parent
4c17d78
commit 7cbc3f8
Showing
2 changed files
with
10 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,12 +17,10 @@ structure of these design tokens. | |
|
||
## Add this as a submodule | ||
|
||
In root folder of your project, create a dir: | ||
In root folder of your project, create a dir or directly add the submodule in its own directory: | ||
|
||
```bash | ||
mkdir design-tokens | ||
|
||
cd design-tokens | ||
cd open-inwoner-design-tokens | ||
|
||
git submodule add [email protected]:maykinmedia/open-inwoner-design-tokens.git | ||
|
||
|
@@ -33,6 +31,14 @@ git submodule update --init | |
|
||
Do not forget to commit these changes to your repository. | ||
|
||
If you are using Github actions, add these to your script: | ||
|
||
```bash | ||
- uses: actions/checkout@v3 | ||
with: | ||
submodules: 'true' | ||
``` | ||
|
||
|
||
## Usage | ||
|
||
|
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