Skip to content

Commit b1c0662

Browse files
authored
Update README.md
1 parent 8d75060 commit b1c0662

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@ My learning purpose is done with this project so further improvements that are o
66

77
# How to build
88

9+
```
910
cargo build
11+
```
1012

1113
# How to render
1214

1315
The output image is being written in the text format PPM to the standard output stream. The geometry, light and raytracing parameters are in the code in various files.
1416

17+
```
1518
cargo run > image.ppm
19+
```

0 commit comments

Comments
 (0)