We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e32b31 commit 9976e43Copy full SHA for 9976e43
README.md
@@ -3,7 +3,12 @@
3
## Installation guide
4
5
### With Dockerfile
6
+#### Preconditions:
7
+**For Windows:** You have to have Docker approved in GSN and installed on your laptop;
8
9
+**For Unix:** You have to have Docker installed on your laptop;
10
+
11
+#### Steps:
12
1. Install Docker on your machine
13
2. Build the project using
14
`docker build -t cli-tool:latest .`
0 commit comments