From 072a5c601e7869a0cf5badeb9f4304057c7fd839 Mon Sep 17 00:00:00 2001 From: Mikolaj Wielgus Date: Thu, 25 Apr 2024 00:46:11 +0200 Subject: [PATCH] contributing: some copyediting --- CONTRIBUTING.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 52892a2..e56a523 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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