Merge pull request #229 from k0pernicus/master
Add a Troubleshooting section
This commit is contained in:
commit
3ce7cd2321
1 changed files with 9 additions and 0 deletions
|
|
@ -645,6 +645,15 @@ their own packages to it! Take a look at
|
|||
**Example**: ``nim >= 0.10.0, jester``; with this value your package will
|
||||
depend on ``nim`` version 0.10.0 or greater and on any version of ``jester``.
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
* "SSL support is not available. Cannot connect over SSL. [HttpRequestError]"
|
||||
|
||||
Make sure that nimble is configured to run with SSL, adding a ```-d:ssl```
|
||||
flag to the file ```src/nimble.nim.cfg```.
|
||||
After that, you can run ```src/nimble install``` and overwrite the existing
|
||||
installation.
|
||||
|
||||
## Contribution
|
||||
|
||||
If you would like to help, feel free to fork and make any additions you see fit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue