We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad1996 commit a18fe42Copy full SHA for a18fe42
.gitignore
@@ -1,5 +1,5 @@
1
release/
2
/target
3
/TODO
4
-/docs/
+/docs/configuration.md
5
.vscode/
docs/development.md
@@ -0,0 +1,25 @@
+# Development
+
+## Build and Install
+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
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
23
+make run-test
24
25
0 commit comments