Fix missing paranthesis

This commit is contained in:
altf_four 2020-04-22 09:01:51 +03:00 committed by GitHub
parent 906bede7aa
commit b84769ef8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Using docker is the recommended way, make sure you have the correct permissions
```shell
$ ./buildDocker.sh (For debbuggable binary and installers)
$ ./buildDockerRelease.sh (For releasable binary and installers)
$ ./buildArtifacts.sh (For extracting installers into $(PROJECT)/artifacts
$ ./buildArtifacts.sh (For extracting installers into $(PROJECT)/artifacts)
```
In Linux with a ready ```C``` development environment, run: