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