Skip to content

Commit

Permalink
Merge pull request #475 from fengzeroz/main
Browse files Browse the repository at this point in the history
Update README & modify neuron.service path
  • Loading branch information
fengzeroz authored May 10, 2022
2 parents 4b549cb + 561cc5b commit 59b57e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,8 @@ Neuron的层次结构图如下图所示:
### 编译

```shell
$ git clone https://github.com/emqx/neuron
$ git clone -- recursive https://github.com/emqx/neuron
$ cd neuron
$ git submodule update --init
$ mkdir build && cd build
$ cmake .. && make
```
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,8 @@ The hierarchical layer diagram of Neuron is shown in the figure below:
## Build

```shell
$ git clone https://github.com/emqx/neuron
$ git clone -- recursive https://github.com/emqx/neuron
$ cd neuron
$ git submodule update --init
$ mkdir build && cd build
$ cmake .. && make
```
Expand Down
2 changes: 1 addition & 1 deletion package/create_neuron_deb.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
rules.append(mkdeb.FileMap("deb/neuron/preinst", "/DEBIAN/", "r", "preinst"))
rules.append(mkdeb.FileMap("deb/neuron/prerm", "/DEBIAN/", "r", "prerm"))

rules.append(mkdeb.FileMap("neuron.service", "/etc/systemd/system/"))
rules.append(mkdeb.FileMap("neuron.service", "/lib/systemd/system/"))

rules.append(mkdeb.FileMap("neuron.sh", "/opt/neuron/", "x"))
rules.append(mkdeb.FileMap("../build/neuron", "/opt/neuron/", "x"))
Expand Down

0 comments on commit 59b57e2

Please sign in to comment.