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
//! To run the tracker we will have to use the command "cargo run" this will have to compile data while being executed and after being compiled it will start running the tracker.
146
+
//!
147
+
//! ```text
148
+
//! cargo run
149
+
//! ```
150
+
//!
151
+
//! If you want to configure your tracker further, you can go to the "Configuration" section to configure it to your liking.
152
+
//!
153
+
//!
137
154
//! ## Run with docker
138
155
//!
139
156
//! You can run the tracker with a pre-built docker image. Please refer to the
0 commit comments