Skip to content

Commit

Permalink
Merge branch 'master' into task/ghaction
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaProductions authored Oct 12, 2023
2 parents 2ad062e + 36833d0 commit bf6ee5a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Examples/Basic Terminal Shell/Kernel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ protected override void Run()
Console.WriteLine("help - shows this help menu");
break;
default:
// switch operator wokrs great
// switch operator works great
Console.WriteLine($"\"{words[0]}\" is not a command");
break;
}
Expand Down
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,20 @@ The following is a non-exhaustive list of features that Cosmos offers:
- A basic audio interface

> **Note**
> Use [embeded resources](https://cosmosos.github.io/articles/Kernel/ManifestResouceStream.html) instead of the VFS for now for assets.
> Use [embeded resources](https://cosmosos.github.io/articles/Kernel/ManifestResouceStream.html) instead of the FS for now.
## Setting it up

<hr/>
Cosmos has an article [here](https://cosmosos.github.io/install.html) on how to do that.

## Documentation

For instructions on how to install and use Cosmos, please visit the [Cosmos website](http://www.gocosmos.org).
For documentation and technical information, see the [Cosmos Documentation](https://cosmosos.github.io).
The Cosmos documentation can be found [here](https://cosmosos.github.io/api/Cosmos.Build.Common.html).

If you have questions about how to use Cosmos, want to show off what you have made or have general questions, go check out [GitHub Discussions](https://github.com/CosmosOS/Cosmos/discussions). Alternatively, you can also join our [Discord server](https://discord.com/invite/kwtBwv6jhD)! If you think you found a bug in Cosmos, please check existing [issues](https://github.com/CosmosOS/Cosmos/issues) first before opening a new one.
If you still have any questions on how to use Cosmos, you can open a [discussion](https://github.com/CosmosOS/Cosmos/discussions) or you can join the [Discord server](https://discord.com/invite/kwtBwv6jhD)!

[DevKit Change Log](https://cosmosos.github.io/articles/ChangeLog.html)
The devkit changelog can be found [here](https://cosmosos.github.io/articles/Changelog.html).

</p>
## Reporting an issue

If you think you found a bug in Cosmos, please check existing [issues](https://github.com/CosmosOS/Cosmos/issues) first before opening a new one. Do **not** open an issue if you need help with something in Cosmos that is not a bug, if you don't know how to code it's not a Cosmos issue for example.

0 comments on commit bf6ee5a

Please sign in to comment.