Skip to content

Commit c102394

Browse files
committed
docs: Updated docs
- Updated README.md to include community information. - Bumped copyright year in LICENSE.md.
1 parent f590514 commit c102394

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2022 Trung Nguyen
1+
Copyright (C) 2022-2023 Trung Nguyen
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# HyClone
22

3+
[![Discord Invite](https://dcbadge.vercel.app/api/server/ThUzHbEqn9?style=flat)](https://discord.gg/ThUzHbEqn9) 
34
[![Build](https://github.com/trungnt2910/hyclone/actions/workflows/build.yml/badge.svg)](https://github.com/trungnt2910/hyclone/actions/workflows/build.yml)
45

56
HyClone is a runtime environment for [Haiku](https://github.com/haiku/haiku) applications.
@@ -161,4 +162,10 @@ HyClone remote desktop:
161162
### Notes
162163

163164
- Many apps might not work on HyClone as this project is still in its early stages. You might run into errors or missing syscalls ("stubs"). If you encounter any of these, please let me know by opening an issue.
164-
- The host's root is mounted on HyClone as `/SystemRoot`. When translating calls from Haiku to the host system, HyClone maps the Haiku root to `$HPREFIX`, and when translating the results, HyClone appends `/SystemRoot` to the host's root.
165+
- The host's root is mounted on HyClone as `/SystemRoot`. When translating calls from Haiku to the host system, HyClone maps the Haiku root to `$HPREFIX`, and when translating the results, HyClone appends `/SystemRoot` to the host's root.
166+
167+
## Community
168+
169+
This repo is a part of [Project Reality](https://discord.gg/ThUzHbEqn9).
170+
171+
Need help using this project? Join me on [Discord](https://discord.gg/ThUzHbEqn9), and let's find a solution together.

0 commit comments

Comments
 (0)