add decred to docs (#2105)

cyan committed Mar 21, 2025 at 19:04 UTC a085eff984c222ed3532fe82f068b9151ab1aa4d
3 files changed +3
docs/builds/ANDROID.md
+1
@@ -28,6 +28,7 @@ pushd scripts/android
28 # source ./app_env.sh monero.com # Uncomment this line to build monero.com
29 ./app_config.sh
30 ./build_monero_all.sh
31 + ./build_decred.sh
32 ./build_mwebd.sh --dont-install
33 popd
34 pushd android/app
docs/builds/IOS.md
+1
@@ -101,6 +101,7 @@ Build the necessary libraries and their dependencies:
101 ```zsh
102 ./build_monero_all.sh
103 ./build_mwebd.sh
104 +./build_decred.sh
105 ```
106
107 NOTE: This step will take quite a while, so be sure you grab a cup of coffee or a good book!
docs/builds/MACOS.md
+1
@@ -93,6 +93,7 @@ Build the necessary libraries and their dependencies:
93
94 ```zsh
95 ./build_monero_all.sh
96 +./build_decred.sh
97 ```
98
99 NOTE: This step will take quite a while, so be sure you grab a cup of coffee or a good book!