Skip to content

Commit ae025ee

Browse files
authored
Merge pull request nanovms#207 from NirouNacho/master
Document minimum go version.
2 parents 266a228 + b960584 commit ae025ee

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ package, create and run your application as a nanos unikernel instance.
88
Check out the [DOCS](https://nanovms.gitbook.io/ops/)
99

1010
### `ops <command> [flags] [ARG]`
11-
# Building
11+
12+
# Minimal Version
13+
14+
This program requires GO Version 1.10.x or greater.
15+
16+
# Build
17+
1218
1. Clone the repository.
1319
2. Install dependencies:
1420
- `make deps`

0 commit comments

Comments
 (0)