Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📝 Building from source instructions #20

Merged
merged 3 commits into from Sep 4, 2021
Merged

📝 Building from source instructions #20

merged 3 commits into from Sep 4, 2021

Conversation

grtcdr
Copy link
Contributor

@grtcdr grtcdr commented Sep 4, 2021

This addresses #18

Copy link
Contributor

@kroltan kroltan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks very good! There are some nitpicks, if you'll allow me.

@@ -8,7 +8,7 @@
</h1>
<h4 align="center">A highly customizable snake clone made in Rust with the <a href="https://github.com/bevyengine/bevy">Bevy engine</a>, named after the Japanese word for snake, <ruby>蛇<rp>(</rp><rt>へび</rt><rp>)</rp></ruby>.</h4>

## Configuration
## Configuration <a name="configuration"></a>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I know, this isn't needed for GFM, renderers already generate links to headings in kebab-case.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had no idea, thanks for letting me know :)


## Building from source

You've taken interest in the project and would like to work on it or build your own Hebi from source, follow through these steps to get it up and running on your machine.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feels a bit long-winded (literally!) Maybe split the sentence on the comma, and either:

  • Make the first part a question;
  • Add some preposition to the second part ("Then, follow through [...]", "Now, [...]" etc)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make the first part a question

It would sound better if it was a question, yes.

cargo build --release
```

5. You might want to [configure the game](#configuration) now that you've built it yourself
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might read better if you phrase it the other way around:

Now that you've built it yourself, you [...]

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add some sort of punctuation to the instructions. I don't recall exactly, I think ";" is the correct one? Like so:

  1. List item;
  2. Another item;
  3. Last!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I usually avoid punctuation when I'm listing things. But if this is not the standard, I'm happy to give it some punctuation bling.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, a quick duckduckgo search landed me on what appears to be the standard when it comes to bullet point punctuation, but it's not semicolons, just a period. What do you think?

@ElnuDev ElnuDev merged commit 2ccdad2 into ElnuDev:main Sep 4, 2021
@ElnuDev ElnuDev mentioned this pull request Sep 4, 2021
@ElnuDev
Copy link
Owner

ElnuDev commented Sep 4, 2021

Alright, I got the merged in! I think I kind of screwed up though, I wanted to push some changes I made onto the PR before merging it, and I don't think it worked. 😞 (It didn't show up here.) Is that even possible? Anyhow, I made some adjustments and added a section on UPX.

@grtcdr
Copy link
Contributor Author

grtcdr commented Sep 4, 2021

Oh no :( I was just about to upload the implemented suggestions.

I pulled your changes and submitted the PR.

@grtcdr
Copy link
Contributor Author

grtcdr commented Sep 4, 2021

Is that even possible

Git works in mysterious ways.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants