Skip to content

Commit a18fe42

Browse files
committed
docs: add missing development.md
Signed-off-by: Kun Lai <[email protected]>
1 parent 0ad1996 commit a18fe42

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
release/
22
/target
33
/TODO
4-
/docs/
4+
/docs/configuration.md
55
.vscode/

docs/development.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Development
2+
3+
## Build and Install
4+
5+
It is recommended to build a RPM package and install it on your system.
6+
7+
```sh
8+
make rpm-build
9+
```
10+
11+
Then install the rpm package on your system:
12+
13+
```sh
14+
rpm --install /root/rpmbuild/RPMS/x86_64/cryptpilot-*.rpm
15+
```
16+
17+
18+
## Test
19+
20+
We have provided some test cases. You can run them with the following command:
21+
22+
```sh
23+
make run-test
24+
```
25+

0 commit comments

Comments
 (0)