contributing: some copyediting

This commit is contained in:
Mikolaj Wielgus 2024-04-25 00:46:11 +02:00
parent 4d222cbb9f
commit 072a5c601e
1 changed files with 11 additions and 7 deletions

View File

@ -5,8 +5,8 @@
Contributions can be of any kind: documentation, organization,
tutorials, blog posts, bug reports, issues, feature requests, feature
implementations, pull requests, helping to manage issues, etc.. Many of
these tasks do not require specialized programming knowledge, or writing
software at all.
these tasks do not require specialized programming knowledge, or any
programming at all.
## Chat
@ -47,21 +47,25 @@ Building Topola from source requires
[cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html)
to be installed on your system.
#### Obtaining the source
Clone the [repository](https://codeberg.org/topola/topola):
git clone https://codeberg.org/topola/topola.git
#### Preparing to build
Change your working directory to your clone of Topola's repository:
cd topola
Topola currently requires nightly Rust to build. Enable it with
rustup override set nightly
#### Egui port
Change your working directory to your clone of Topola's repository:
cd topola
Then build the project with
Build the project with
cargo build --features egui --bin topola-egui