Skip to content

Commit 346b641

Browse files
committed
updated README.md and package name
1 parent c408e79 commit 346b641

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ Bagua is an ancient Chinese technique that can predict the future via looking ba
99
npm -g install node-gyp
1010
```
1111

12-
# Supported Backends
12+
# Currently Supported Backends
1313
1. bagua-caffe
1414

1515

16-
17-
18-

bagua-caffe/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ Build the code. Please follow [Caffe instruction](http://caffe.berkeleyvision.or
66

77
make -j8
88

9-
# Build Node.js Addons
9+
# Install Dependencies
10+
11+
npm install
12+
13+
# Building
1014

1115
node-gyp configure build
1216
```

bagua-caffe/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
2-
"name": "caffejs",
2+
"name": "bagua-caffe",
33
"version": "0.0.1",
4-
"description": "Caffe framework",
4+
"description": "Caffe Backend",
55
"main": "build/Release/caffe.node",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1",
87
"install": "node-gyp rebuild"
98
},
109
"keywords": [

0 commit comments

Comments
 (0)