Fix logo src
redox-os/assets were rearranged.
This commit is contained in:
parent
eff7b0df8e
commit
aaf8516357
|
@ -1,5 +1,5 @@
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img alt="Redox" width="346" src="https://github.com/redox-os/assets/raw/master/logo.png">
|
<img alt="Redox" width="346" src="https://github.com/redox-os/assets/raw/master/logos/redox/logo.png">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
**Redox** is an operating system written in Rust, a language with focus on safety and high performance. Redox, following the microkernel design, aims to be secure, usable, and free. Redox is inspired by previous kernels and operating systems, such as SeL4, Minix, Plan 9, and BSD.
|
**Redox** is an operating system written in Rust, a language with focus on safety and high performance. Redox, following the microkernel design, aims to be secure, usable, and free. Redox is inspired by previous kernels and operating systems, such as SeL4, Minix, Plan 9, and BSD.
|
||||||
|
|
Loading…
Reference in a new issue