Skip to content

Commit 182cafd

Browse files
author
Maytham Fahmi
authored
update doc
1 parent 17c5001 commit 182cafd

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,13 @@ Console.WriteLine(decryptWithPrivateKey);
105105
```
106106

107107
## Build and Testing
108-
Build and run unit test from
109-
1. Visual Studio
110-
2. dotnet commands
111-
3. Powershell, run build.ps1
112-
4. Docker, you can also run dockerized build and test.
113-
From solution folder run:
114-
115-
```dockerfile
108+
Build and run unit test from:
109+
1. Visual Studio 2019/2022.
110+
2. dotnet command line.
111+
3. Powershell, run build.ps1 from solution folder.
112+
4. Docker, run following command from solution folder:
113+
114+
```
116115
docker build . --file .\Dockerfile --tag cryptonet-service:latest
117116
```
118117

0 commit comments

Comments
 (0)