Fixed writing errors and better structuring of the README

This commit is contained in:
Luiz Henrique Amaral Soares 2024-02-17 12:05:48 -03:00 committed by Jeremy Soller
parent 5d1e2aaa08
commit 076f9629b3

View file

@ -1,22 +1,28 @@
# COSMIC FILE MANAGER
The New File Manager for Cosmic Desktop write in Rust
The New File Manager for Cosmic Desktop written in Rust
> [!TIP]
> It follows the functions and layout of the
> classic file manager, simplifies user
> operation, and adds many distinctive features.
> [!NOTE]
> This Project is in early development version
## Get Started
### Build the project
The Project is write in rust for build the project use `cargo build` for developement unoptimized build
### Build the project from Source Code
The Project is written in rust for build the project use `cargo build` for developement unoptimized build
or `cargo build --release` for final release build
## Feactures
- [X] Basic File Navigation
- [X] Many Languages translation
- [X] Low Memory requirements
- [X] Rust Based Software
# Contributing
## Community and Contributing
COSMIC is a project with many other software like the file manager but ever-growing community of users and developers
The Best way to get in touch with the core developers is in [Pop!_OS Chat](https://chat.pop-os.org/)
The main means of contribution and learning:
* [Pop!_OS Website](https://pop.system76.com)
* [Pop!_OS Chat](https://chat.pop-os.org/)
* [Pop!_OS Documentation](https://support.system76.com/#pop)
## License
This is Project is licensed under [GPLv3](LICENSE)