Skip to content

Commit 321d2b0

Browse files
Fix Markdown formatting
1 parent 5fb3ef6 commit 321d2b0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,29 +29,29 @@ and erased when you `cd` out of the repository directory.
2929

3030
## Usage
3131

32-
Build the binary: `sbt nativeLink`. \
32+
Build the binary: `sbt nativeLink`.\
3333

34-
Now, let's use the `ops` command to run it as a QEMU virtual machine packaged as unikernel. \
34+
Now, let's use the `ops` command to run it as a QEMU virtual machine packaged as unikernel.\
3535
It binds to the port 80, so we'll need `sudo`: `sudo ops run --port 80 ./target/scala-3.6.3/unikernel-scala-out`.
3636

3737

38-
In another terminal window: `curl localhost`. \
38+
In another terminal window: `curl localhost`.\
3939
Output:
4040
```
4141
Hello from Scala Native NanoVM Unikernel! Your request: Request(method=GET, uri=/, httpVersion=HTTP/1.1, headers=Headers(Host: localhost, User-Agent: curl/8.11.0, Accept: */*), entity=Entity.Empty)
4242
```
4343

44-
Packaging: `ops build ./target/scala-3.6.3/unikernel-scala-out`. \
44+
Packaging: `ops build ./target/scala-3.6.3/unikernel-scala-out`.\
4545

46-
Verify the image created: `ops image list`. \
46+
Verify the image created: `ops image list`.\
4747
Output:
4848
```
4949
100% |████████████████████████████████████████| [0s:0s]
5050
100% |████████████████████████████████████████| [0s:0s]
5151
Bootable image file:/home/igor/.ops/images/unikernel-scala-out.img
5252
```
5353

54-
The resulting image then can be deployed to any cloud hypervisor which uses QEMU, e.g. [DigitalOcean](https://digitalocean.com).: \
54+
The resulting image then can be deployed to any cloud hypervisor which uses QEMU, e.g. [DigitalOcean](https://digitalocean.com).:\
5555
1. "Create Droplet".
5656
2. "Choose Image" -> "Custom Images".
5757
3. "Add Image".

0 commit comments

Comments
 (0)