Fixed writing errors and better structuring of the README
This commit is contained in:
parent
5d1e2aaa08
commit
076f9629b3
1 changed files with 18 additions and 12 deletions
30
README.md
30
README.md
|
|
@ -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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue