Перенос инициализации в класс MM
This commit is contained in:
parent
8c388b1123
commit
8d68a94ce2
5 changed files with 17 additions and 22 deletions
15
README.md
15
README.md
|
|
@ -14,20 +14,13 @@ Add to `dub.json`:
|
|||
|
||||
```json
|
||||
{
|
||||
"dependencies": {
|
||||
"sdiff": "~>0.1.0"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Or
|
||||
|
||||
```json
|
||||
{
|
||||
"libs": [
|
||||
"xdiff"
|
||||
],
|
||||
"dependencies": {
|
||||
"sdiff": {
|
||||
"repository": "git+https://git.zhirov.kz/dlang/sdiff.git",
|
||||
"version": "<hash from git>"
|
||||
"version": ">=0.1.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue