Skip to content

Commit 276925e

Browse files
authored
Merge pull request nanovms#205 from ExternalReality/add-basic-usage-examples
Add basic usage examples.
2 parents ae025ee + 789de3b commit 276925e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ This program requires GO Version 1.10.x or greater.
2020
- `make deps`
2121
3. Build
2222
- `make build`
23+
24+
# Basic usage examples
25+
26+
Before learning more about `ops` it is a good idea to see some basic usage
27+
examples. Below are links to simple examples using various programming platforms:
28+
29+
* [Golang](https://nanovms.gitbook.io/ops/basic_usage#running-golang-hello-world)
30+
* [PHP](https://nanovms.gitbook.io/ops/basic_usage#running-php-hello-world)
31+
* [NodeJS](https://nanovms.gitbook.io/ops/basic_usage#running-a-nodejs-script)
2332

2433
# Setup networking
2534

0 commit comments

Comments
 (0)