diff --git a/js/script.js b/js/script.js
index 64dba67e6f..4679fab014 100644
--- a/js/script.js
+++ b/js/script.js
@@ -1138,13 +1138,13 @@ var validCombos = {
//power
"linux,C-API,Power,DefaultCPU":
- "Follow build instructions from here",
+ "pip install onnxruntime-powerpc64le",
"linux,C++,Power,DefaultCPU":
- "Follow build instructions from here",
+ "pip install onnxruntime-powerpc64le",
"linux,Python,Power,DefaultCPU":
- "Follow build instructions from here"
+ "pip install onnxruntime-powerpc64le"
};