Skip to content

Commit

Permalink
add tvm-spec submodule (#871)
Browse files Browse the repository at this point in the history
Co-authored-by: Gleb Karavatski <[email protected]>
  • Loading branch information
gleb498 and gkaravatski authored Nov 22, 2024
1 parent c723065 commit 7a51a45
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 34,425 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "3rd/tvm-spec"]
path = 3rd/tvm-spec
url = https://github.com/ton-community/tvm-spec.git
1 change: 1 addition & 0 deletions 3rd/tvm-spec
Submodule tvm-spec added at 59ec1a
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,12 @@ Use Gitpod (a free, online VS code-like IDE) for contributing. It will launch a

### Local (default way)

1. Download repository from GitHub
1. Download repository from GitHub with its submodules

```
git clone --recursive https://github.com/ton-community/ton-docs.git
```
2. Install last version [NodeJS LTS](https://nodejs.org/en/download/) to run local build
3. Open Terminal in project directory
4. Install dependencies with command:
Expand Down
2 changes: 1 addition & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,6 @@
"sidebars",
"i18n",
".husky",
"warnings.txt"
"3rd/*"
]
}
Loading

0 comments on commit 7a51a45

Please sign in to comment.