You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Most code snippets in the developer docs (as opposed to all other docs) are prefixed with $, indicating they are supposed to be executed on the command line.
Expected behavior
When pasting, it should not have a leading $ as this makes the command fail.
Additional context
The $ indicates it is a command and makes sense to be contained in longer code snippets that consist of multiple commands where it acts as a visual indicator/separator for individual commands.
The text was updated successfully, but these errors were encountered:
Describe the bug
Most code snippets in the developer docs (as opposed to all other docs) are prefixed with
$
, indicating they are supposed to be executed on the command line.Product
FlowKit main docs
Version
ea012c1
To Reproduce
Go to https://flowkit.xyz/developer/dev_environment_setup/, copy one of the commands and paste into your command line.
Expected behavior
When pasting, it should not have a leading
$
as this makes the command fail.Additional context
The
$
indicates it is a command and makes sense to be contained in longer code snippets that consist of multiple commands where it acts as a visual indicator/separator for individual commands.The text was updated successfully, but these errors were encountered: