You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,16 @@ Camtron is a simple cross platform library written in go to easily have Go code
3
3
4
4
## Install
5
5
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
7
11
```
8
12
require (
9
13
github.com/vee2xx/camtron v1.0.8
10
14
)
11
15
```
12
-
2. Download it using **go get github.com/vee2xx/camtron**
13
16
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.
0 commit comments