Skip to content

Commit c345e6f

Browse files
authored
updating readme to reflect new klib location (#2077)
* updating readme to reflect new klib location * .
1 parent 1035180 commit c345e6f

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,12 +212,17 @@ make TARGET=mynewtarget run
212212

213213
You may also wish to use [ops](https://github.com/nanovms/ops) to
214214
develop locally. If that's the case a commonly used idiom is to simply
215-
copy the 3 required files to an appropriate release:
215+
copy the 2 required files to an appropriate release:
216216

217217
```
218-
cp output/tools/bin/mkfs ~/.ops/0.1.47/.
219-
cp output/platform/pc/boot/boot.img ~/.ops/0.1.47/.
220-
cp output/platform/pc/bin/kernel.img ~/.ops/0.1.47/.
218+
cp output/platform/pc/boot/boot.img ~/.ops/0.1.52/.
219+
cp output/platform/pc/bin/kernel.img ~/.ops/0.1.52/.
220+
```
221+
222+
You may also copy the klibs over if you wish to use any of those:
223+
224+
```
225+
cp output/platform/pc/bin/!(test|*.dbg|kernel.*) ~/.ops/0.1.52/klibs/.
221226
```
222227

223228
### Contributing

0 commit comments

Comments
 (0)