Skip to content

Commit

Permalink
kitty: remove duplicate path instruction in building
Browse files Browse the repository at this point in the history
Signed-off-by: Krishnan Winter <krishnanwinter1@gmail.com>
  • Loading branch information
Kswin01 committed Aug 20, 2024
1 parent da736c3 commit cbc013d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions content/docs/examples/kitty/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,6 @@ export PATH=$(pwd)/arm-gnu-toolchain-12.3.rel1-darwin-x86_64-aarch64-none-elf/bi
{{< /tab >}}
{{< /tabs >}}

Then add the `.../arm-gnu-toolchain-12.3.rel1-aarch64-none-elf/bin`
directory to your `PATH`.
```sh
export PATH=$(pwd)/arm-gnu-toolchain-12.3.rel1-aarch64-none-elf/bin:$PATH
```

### QEMU (optional)
You will only require QEMU if you wish to run the Kitty system on it. We have tested with V8 and above.

Expand Down

0 comments on commit cbc013d

Please sign in to comment.