Skip to content

Commit 191f3bd

Browse files
committed
update librs
Update on the fmt charge
1 parent 8477c22 commit 191f3bd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/lib.rs

+7-7
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@
120120
//! The default configuration expects a directory `./storage/tracker/lib/database` to be writable by the tracker process.
121121
//!
122122
//! By default the tracker uses `SQLite` and the database file name `data.db`.
123-
//!
123+
//!
124124
//! We will have to have a file to save the torrust-tracker, which we will call "torrust".
125-
//!
125+
//!
126126
//! ```text
127127
//! mkdir torrust
128128
//! cd torrust/
@@ -132,7 +132,7 @@
132132
//! Visit [`HTTP`](crate::servers::http) or [`API`](crate::servers::apis) if you want to know how you can use HTTPS.
133133
//!
134134
//! ## Install from sources
135-
//!
135+
//!
136136
//!
137137
//! ```text
138138
//! git clone https://github.com/torrust/torrust-tracker.git \
@@ -141,15 +141,15 @@
141141
//! && mkdir -p ./storage/tracker/lib/database \
142142
//! && mkdir -p ./storage/tracker/lib/tls
143143
//! ```
144-
//!
144+
//!
145145
//! 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.
146146
//!
147147
//! ```text
148148
//! cargo run
149149
//! ```
150-
//!
151-
//! If you want to configure your tracker further, you can go to the "Configuration" section to configure it to your liking.
152-
//!
150+
//!
151+
//! If you want to configure your tracker further, you can go to the "Configuration" section to configure it to your liking.
152+
//!
153153
//!
154154
//! ## Run with docker
155155
//!

0 commit comments

Comments
 (0)