We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We want to have a sort of "RapidSwarm Hello World" example that can be run directly after checkout, without any assumptions outside of localhost.
How exactly to do that? TBD -- maybe just ping -c 1 localhost but something a little more like real-world usage would be nice.
ping -c 1 localhost
Whether this should be what you get from poetry run rapidswarm is also TBD as that fails right now.
poetry run rapidswarm
The text was updated successfully, but these errors were encountered:
biztos
No branches or pull requests
We want to have a sort of "RapidSwarm Hello World" example that can be run directly after checkout, without any assumptions outside of localhost.
How exactly to do that? TBD -- maybe just
ping -c 1 localhost
but something a little more like real-world usage would be nice.Whether this should be what you get from
poetry run rapidswarm
is also TBD as that fails right now.The text was updated successfully, but these errors were encountered: