scylladb / care-pet

Care Pet IoT ScyllaDB example
https://care-pet.docs.scylladb.com/
Apache License 2.0
47 stars 28 forks source link

docs: Issue in page Build an IoT App with Rust #133

Closed guy9 closed 1 year ago

guy9 commented 1 year ago

I would like to report an issue in page https://iot.scylladb.com/master/build-with-rust

Problem

When using copy-paste from this page for some of the commands, there is a $ sign before the command, for example: $ docker-compose up -d When the user copies this and pastes it into the terminal, it results in: [guy@fedora rust]$ $ docker-compose up -d bash: $: command not found...

Suggest a fix

This is inconsistent and only occurs in some commands. The fix would be to go over the entire Docs and remove all the $.