From ddf00600c60b1eb9d155362c600ea9ced0abe3f9 Mon Sep 17 00:00:00 2001
From: McMenemy <josh.mcmenemy@gmail.com>
Date: Fri, 25 Sep 2020 20:00:52 -0700
Subject: [PATCH] add command to README.md

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 94303befc..b2ca3f23d 100644
--- a/README.md
+++ b/README.md
@@ -99,6 +99,10 @@ and navigate to `build/viewer`
 
     node lib/commonjs/cli/lipid-params -o src/mol-model/structure/model/types/lipids.ts
 
+**Ion names**
+
+    node --max-old-space-size=4096 lib/commonjs/cli/chem-comp-dict/create-table.js build/data/ccb.bcif -ino src/mol-model/structure/model/types/ions.ts
+
 **GraphQL schemas**
 
     node node_modules//@graphql-codegen/cli/bin -c src/extensions/rcsb/graphql/codegen.yml
-- 
GitLab