fix tls script path in documentation (#13089)
This commit is contained in:
parent
45e78728bd
commit
562831ec1a
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ Follow the guidelines below for building Electron on Linux.
|
||||||
For a quick test, run the following script:
|
For a quick test, run the following script:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ python ./script/check-tls.py
|
$ python ./script/tls.py
|
||||||
```
|
```
|
||||||
|
|
||||||
If the script returns that your configuration is using an outdated security
|
If the script returns that your configuration is using an outdated security
|
||||||
|
|
|
@ -15,7 +15,7 @@ Please also ensure that your system and Python version support at least TLS 1.2.
|
||||||
This depends on both your version of macOS and Python. For a quick test, run:
|
This depends on both your version of macOS and Python. For a quick test, run:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ python ./script/check-tls.py
|
$ python ./script/tls.py
|
||||||
```
|
```
|
||||||
|
|
||||||
If the script returns that your configuration is using an outdated security
|
If the script returns that your configuration is using an outdated security
|
||||||
|
|
Loading…
Reference in a new issue