Skip to content

Commit 865b2fa

Browse files
authored
Update README.md
1 parent dd71488 commit 865b2fa

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@ Camtron is a simple cross platform library written in go to easily have Go code
33

44
## Install
55
There are two ways to install Camtron
6-
1. Add github.com/vee2xx/camtron to go.mod file of your project
6+
2. Download it using 'go get'
7+
```
8+
go get github.com/vee2xx/camtron
9+
```
10+
4. Add github.com/vee2xx/camtron to go.mod file of your project
711
```
812
require (
913
github.com/vee2xx/camtron v1.0.8
1014
)
1115
```
12-
2. Download it using **go get github.com/vee2xx/camtron**
1316
3. The first time Camtron runs it will download and unzip the os appropriate camtron-ui package to your project's root directory so that Camtron can find the Electron app binary and execute it.
1417

1518
### Record a video and save it to a file

0 commit comments

Comments
 (0)