Update README.md to use Markdown headers

This commit is contained in:
S3N4T0R
2026-03-08 13:26:56 -04:00
committed by GitHub
parent a253ff4695
commit a9df2a92a7
@@ -1,12 +1,16 @@
# Step 1: Install Rust using rustup ## Step 1: Install Rust using rustup
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# Step 2: Install Rcedit Tool ## Step 2: Install Rcedit Tool
wget https://github.com/electron/rcedit/releases/download/v2.0.0/rcedit wget https://github.com/electron/rcedit/releases/download/v2.0.0/rcedit
# Step 3: Run the build script ## Step 3: Run the build script
# First, make sure the script is executable # First, make sure the script is executable
chmod +x build.sh chmod +x build.sh
# Then run it ## Then run it
./build.sh ./build.sh