Skip to content

Commit

Permalink
Merge pull request #205 from ExternalReality/add-basic-usage-examples
Browse files Browse the repository at this point in the history
Add basic usage examples.
  • Loading branch information
tijoytom authored Feb 14, 2019
2 parents ae025ee + 789de3b commit 276925e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ This program requires GO Version 1.10.x or greater.
- `make deps`
3. Build
- `make build`

# Basic usage examples

Before learning more about `ops` it is a good idea to see some basic usage
examples. Below are links to simple examples using various programming platforms:

* [Golang](https://nanovms.gitbook.io/ops/basic_usage#running-golang-hello-world)
* [PHP](https://nanovms.gitbook.io/ops/basic_usage#running-php-hello-world)
* [NodeJS](https://nanovms.gitbook.io/ops/basic_usage#running-a-nodejs-script)

# Setup networking

Expand Down

0 comments on commit 276925e

Please sign in to comment.