File: README.md

package info (click to toggle)
esstra 0.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,872 kB
  • sloc: ansic: 2,615; python: 510; cpp: 247; makefile: 113; sh: 3
file content (14 lines) | stat: -rw-r--r-- 323 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Third-Party Modules

This directory contains third-party modules ESSTRA depends on as git submodules.

To clone the submodules for the first time, type:

```sh
$ git submodule init
$ git submodule update
```

Please refer to
[Git Tools - Submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules)
for more details.