This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch chaokunyang-patch-3 in repository https://gitbox.apache.org/repos/asf/fory.git
commit 1aa2700bb3a345f92e6c083dcae281db83a4e036 Author: Shawn Yang <[email protected]> AuthorDate: Thu Aug 28 20:43:54 2025 +0800 Revise installation instructions for Apache Fory Updated installation instructions to reflect that Apache Fory is not available on npm and should be installed from source code. --- javascript/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/javascript/README.md b/javascript/README.md index fe5b7fe4d..69db86340 100644 --- a/javascript/README.md +++ b/javascript/README.md @@ -6,10 +6,7 @@ The Cross-Language part of the protocol is not stable, so the output of this lib ## Install -```shell -npm install @foryjs/fory -npm install @foryjs/hps -``` +Apache Fory is NOT yet available on npm, please install from source code now. ## Usage --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
