unikraft / kraftkit

Build and use highly customized and ultra-lightweight unikernel VMs.
https://unikraft.org/docs/cli
BSD 3-Clause "New" or "Revised" License
227 stars 62 forks source link

The documentation is wrong on unikraft.org #760

Closed Krutonium closed 1 year ago

Krutonium commented 1 year ago

Describe the bug

In the readme, there is a link to https://unikraft.org/docs/getting-started/ which includes a section on "Building an Application".

I'm assuming that it has drifted over time, because none of

kraft list update kraft list kraft up

and so on actually work. For correct instructions, one must continue scrolling down the readme. Those instructions also don't include any mention of needing a Kraftfile.

Steps to reproduce

No response

Expected behavior

No response

Which architectures were you using or does this bug affect?

x86_64, arm, arm64

Which operating system were you using or does this bug affect?

linux/other

Relevant log output

[nix-shell:~/.cache/nixpkgs-review/pr-252222/results/kraft/bin]$ kraft list update
unknown command "list" for "kraft"

[nix-shell:~/.cache/nixpkgs-review/pr-252222/results/kraft/bin]$ ./kraft up -p kvm -m x86_64 -t helloworld helloworld
unknown command "up" for "kraft"

Did you mean this?
        ps
        rm
        run
nderjung commented 1 year ago

Hi @Krutonium! Yes, we're in the process of rebuilding the unikraft.org website and will deploy a new version in the next two weeks with a revamped tutorial. For now, I suggest using the installation instructions that are part of the README.md