Skip to content

Commit

Permalink
fix commands in reloading docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xxshady committed Feb 13, 2025
1 parent 961a2fa commit 1a0a188
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions altv/src/reloading_docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//! To use it:
//!
//! ...compile rust-module with reloading enabled:
//! ```ignore
//! ```txt
//! cargo altvup release --reloading
//! ```
//!
Expand All @@ -26,17 +26,17 @@
//! ```
//!
//! ...and running something like:
//! ```ignore
//! ```txt
//! cargo build --features reloading
//! ```
//!
//! ...now start altv-server, run in it:
//! ```ignore
//! ```txt
//! stop <your resource name>
//! ```
//!
//! ...recompile your resource and run in altv-server:
//! ```ignore
//! ```txt
//! start <your resource name>
//! ```
//!
Expand All @@ -62,4 +62,4 @@
//!
//! For more details about reloading feature see [relib](https://github.com/xxshady/relib).
//! About caveats, only [*File descriptors and network sockets*](https://github.com/xxshady/relib?tab=readme-ov-file#file-descriptors-and-network-sockets)
//! and [*Dead locks*](https://github.com/xxshady/relib?tab=readme-ov-file#dead-locks) apply to Rust module, ignore the rest.
//! and [*Dead locks*](https://github.com/xxshady/relib?tab=readme-ov-file#dead-locks) apply to Rust module, txt the rest.

0 comments on commit 1a0a188

Please sign in to comment.