mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Updated recommened platforms install
$ platformio install [platform] The above line is obsolete, I've changed the recommendation to reflect this latest version of the program.
This commit is contained in:
@ -30,7 +30,7 @@ class UnknownPlatform(PlatformioException):
|
||||
class PlatformNotInstalledYet(PlatformioException):
|
||||
|
||||
MESSAGE = ("The platform '%s' has not been installed yet. "
|
||||
"Use `platformio install` command")
|
||||
"Use `platformio platforms install` command")
|
||||
|
||||
|
||||
class UnknownCLICommand(PlatformioException):
|
||||
|
Reference in New Issue
Block a user