We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2319f9e commit a46b1e2Copy full SHA for a46b1e2
README.md
@@ -178,6 +178,7 @@ To run tests:
178
- [docker](https://docs.docker.com/engine/install/)
179
- [NodeJS](https://nodejs.org/en/download)
180
- [CMake](https://cmake.org/install/)
181
+- [etcd 3+](https://etcd.io/docs/v3.5/install/)
182
183
#### Build
184
@@ -223,6 +224,12 @@ TT_CLI_BUILD_SSL=shared mage build
223
224
225
#### Run tests
226
227
+Disable `etcd` service:
228
+``` console
229
+systemctl stop etcd
230
+systemctl disable etcd
231
+```
232
+
233
Create a virtual environment and install tests requirements:
234
235
``` console
0 commit comments