mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Docs: refactor installation guide and FAQ
This commit is contained in:
2
docs
2
docs
Submodule docs updated: b2c2a76d48...a443af8c11
@ -120,7 +120,7 @@ An unexpected error occurred. Further steps:
|
|||||||
`pip install -U platformio` command
|
`pip install -U platformio` command
|
||||||
|
|
||||||
* Try to find answer in FAQ Troubleshooting section
|
* Try to find answer in FAQ Troubleshooting section
|
||||||
https://docs.platformio.org/page/faq.html
|
https://docs.platformio.org/page/faq/index.html
|
||||||
|
|
||||||
* Report this problem to the developers
|
* Report this problem to the developers
|
||||||
https://github.com/platformio/platformio-core/issues
|
https://github.com/platformio/platformio-core/issues
|
||||||
|
@ -56,7 +56,7 @@ class MissedUdevRules(InvalidUdevRules):
|
|||||||
|
|
||||||
MESSAGE = (
|
MESSAGE = (
|
||||||
"Warning! Please install `99-platformio-udev.rules`. \nMore details: "
|
"Warning! Please install `99-platformio-udev.rules`. \nMore details: "
|
||||||
"https://docs.platformio.org/page/faq.html#platformio-udev-rules"
|
"https://docs.platformio.org/en/latest/core/installation/udev-rules.html"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@ -65,7 +65,7 @@ class OutdatedUdevRules(InvalidUdevRules):
|
|||||||
MESSAGE = (
|
MESSAGE = (
|
||||||
"Warning! Your `{0}` are outdated. Please update or reinstall them."
|
"Warning! Your `{0}` are outdated. Please update or reinstall them."
|
||||||
"\nMore details: "
|
"\nMore details: "
|
||||||
"https://docs.platformio.org/page/faq.html#platformio-udev-rules"
|
"https://docs.platformio.org/en/latest/core/installation/udev-rules.html"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
@ -142,8 +142,8 @@ def after_upgrade(ctx):
|
|||||||
)
|
)
|
||||||
click.secho("Please remove multiple PIO Cores from a system:", fg="yellow")
|
click.secho("Please remove multiple PIO Cores from a system:", fg="yellow")
|
||||||
click.secho(
|
click.secho(
|
||||||
"https://docs.platformio.org/page/faq.html"
|
"https://docs.platformio.org/en/latest/core"
|
||||||
"#multiple-platformio-cores-in-a-system",
|
"/installation/troubleshooting.html",
|
||||||
fg="cyan",
|
fg="cyan",
|
||||||
)
|
)
|
||||||
click.secho("*" * terminal_width, fg="yellow")
|
click.secho("*" * terminal_width, fg="yellow")
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
# INSTALLATION
|
# INSTALLATION
|
||||||
#
|
#
|
||||||
# Please visit > https://docs.platformio.org/en/latest/faq.html#platformio-udev-rules
|
# Please visit > https://docs.platformio.org/en/latest/core/installation/udev-rules.html
|
||||||
#
|
#
|
||||||
#####################################################################################
|
#####################################################################################
|
||||||
|
|
||||||
|
@ -338,7 +338,7 @@ Packages
|
|||||||
.. warning::
|
.. warning::
|
||||||
**Linux Users**:
|
**Linux Users**:
|
||||||
|
|
||||||
* Install "udev" rules :ref:`faq_udev_rules`
|
* Install "udev" rules :ref:`platformio_udev_rules`
|
||||||
* Raspberry Pi users, please read this article
|
* Raspberry Pi users, please read this article
|
||||||
`Enable serial port on Raspberry Pi <https://hallard.me/enable-serial-port-on-raspberry-pi/>`__.
|
`Enable serial port on Raspberry Pi <https://hallard.me/enable-serial-port-on-raspberry-pi/>`__.
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user