From 2b7fe6018d9da5ce10cf206cc6e879577a3d8051 Mon Sep 17 00:00:00 2001 From: Josh Innis Date: Tue, 4 Jan 2022 16:50:29 -0800 Subject: [PATCH] Update README.md Removed reference to Bitnine's Dockerfile --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 0ce67a5d..0c40d837 100644 --- a/README.md +++ b/README.md @@ -5,19 +5,10 @@ Apache AGE Viewer(Incubating) is graph visualisation tool, for Apache AGE(Incuba This is a sub-project of the Apache AGE (incubating) project. - # Recommend Node Version & install module - node js 14.16.0 - npm install pm2 -# How to use this image -``` -docker run \ - --publish=3001:3001 \ - --name=agviewer \ - bitnine/agviewer:latest -``` - # How to run using command ``` npm run setup