Skip to content

Commit

Permalink
Fixed readme and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
blarfoon committed May 17, 2020
1 parent f867bbb commit 97ae164
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: GDLauncher Next CI
on:
push:
branches:
- next
- master
- releases
pull_request:
branches:
- next
- master
- releases
jobs:
build:
Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/made-with-javascript.svg)](https://forthebadge.com)

[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/Naereen/StrapDown.js/graphs/commit-activity) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![GitHub issues](https://img.shields.io/github/issues-raw/gorilla-devs/GDLauncher.svg)](https://github.com/gorilla-devs/GDLauncher/issues) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/92db72f258364296b63907602b2272cc)](https://www.codacy.com/gh/gorilla-devs/GDLauncher?utm_source=github.com&utm_medium=referral&utm_content=gorilla-devs/GDLauncher&utm_campaign=Badge_Grade) [![GitHub pull requests](https://img.shields.io/github/issues-pr/gorilla-devs/GDLauncher.svg)](https://github.com/gorilla-devs/GDLauncher/pulls)[![PRs Welcome](https://img.shields.io/github/license/gorilla-devs/GDLauncher.svg)](http://makeapullrequest.com) ![Electron CD](https://github.com/gorilla-devs/GDLauncher/workflows/Electron%20CD/badge.svg?branch=next) ![Discord](https://img.shields.io/discord/398091532881756161.svg) ![David](https://img.shields.io/david/gorilla-devs/GDLauncher.svg) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/gorilla-devs/GDLauncher.svg)![](https://img.shields.io/github/release/gorilla-devs/GDLauncher.svg?style=flat)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/Naereen/StrapDown.js/graphs/commit-activity) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![GitHub issues](https://img.shields.io/github/issues-raw/gorilla-devs/GDLauncher.svg)](https://github.com/gorilla-devs/GDLauncher/issues) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/213eb618fa59424fba7ccfcd4f1b6a09)](https://www.codacy.com/manual/gorilla-devs/GDLauncher?utm_source=github.com&utm_medium=referral&utm_content=gorilla-devs/GDLauncher&utm_campaign=Badge_Grade) [![GitHub pull requests](https://img.shields.io/github/issues-pr/gorilla-devs/GDLauncher.svg)](https://github.com/gorilla-devs/GDLauncher/pulls)[![PRs Welcome](https://img.shields.io/github/license/gorilla-devs/GDLauncher.svg)](http://makeapullrequest.com) ![Electron CD](https://github.com/gorilla-devs/GDLauncher/workflows/Electron%20CD/badge.svg?branch=next) ![Discord](https://img.shields.io/discord/398091532881756161.svg) ![David](https://img.shields.io/david/gorilla-devs/GDLauncher.svg) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/gorilla-devs/GDLauncher.svg)![](https://img.shields.io/github/release/gorilla-devs/GDLauncher.svg?style=flat)
![Github All Releases](https://img.shields.io/github/downloads/gorilla-devs/GDLauncher/total.svg)


<details>
<summary><strong>Table of Contents</strong> (click to expand)
</summary>
Expand All @@ -16,9 +15,9 @@
- [🚀 Getting Started](#-getting-started)
- [🎮 Download](#-download)
- [🎨 Features](#-features)
- [Our features:](#our-features)
- [You can also:](#you-can-also)
- [Some of the features we are still working on are:](#some-of-the-features-we-are-still-working-on-are)
- [Our features:](#our-features)
- [You can also:](#you-can-also)
- [Some of the features we are still working on are:](#some-of-the-features-we-are-still-working-on-are)
- [💾 Compilation](#-compilation)
- [⚙️ Requirements](#%EF%B8%8F-requirements)
- [▶️ Steps](#%EF%B8%8F-steps)
Expand All @@ -41,6 +40,7 @@ GDLauncher is a custom open source Minecraft launcher written from the ground up
## ⚡️ Comparison with Twitch Launcher

This is an example of the time that GDLauncher takes to install a modpack in comparison to Twitch. Both tests are running at the same time over a 1Gbps network to ensure that the network doesn't impact the comparison.

- GDLauncher: `0:52m`
- Twitch Launcher: `2.25m`

Expand Down Expand Up @@ -149,7 +149,6 @@ You can find a list of unassigned tasks [here](https://github.com/gorilla-devs/G
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D


## ❤️ Author

- **Davide Ceschia** - _Main Developer_ - [GorillaDevs](https://github.com/gorilla-devs)
Expand All @@ -160,14 +159,15 @@ See also the list of [contributors](https://github.com/gorilla-devs/GDLauncher/c

This project started as a way for me to learn programming and get better at it. I initially developed it in C#.

After a while, I didn't really like the language, so I just started it again from scratch in React and Electron.
After a while, I didn't really like the language, so I just started it again from scratch in React and Electron.
It was here that a community started gathering around the project. In the meanwhile I also found a job where I could learn even more about best practices, data structures and more.

This is why I decided to rewrite it completely one more time, applying all the knowledge I gained in that time, and that made it possible to implement a lot of really cool features, that were really complicated to code from a technical point of view.
This is why I decided to rewrite it completely one more time, applying all the knowledge I gained in that time, and that made it possible to implement a lot of really cool features, that were really complicated to code from a technical point of view.

Here you can find the previous versions of the code:

Here you can find the previous versions of the code:
- [Original C# Code](https://www.github.com/gorilla-devs/GDLauncher)
- [First React Version](https://www.github.com/gorilla-devs/GDLauncher)
- [Original C# Code](https://www.github.com/gorilla-devs/GDLauncher)
- [First React Version](https://www.github.com/gorilla-devs/GDLauncher)

## 🎓 License

Expand All @@ -177,4 +177,4 @@ If you need GDLauncher licensed under different conditions, please contact david

A simple way to keep in terms of the license is by forking this repository and leaving it open source under the same license. We love free software, seeing people use our code and then not share the code, breaking the license, is saddening. So please take a look at the license and respect what we're doing.

Also, while we cannot enforce this under the license, you cannot use our CDN/files/assets on your own launcher. Again we cannot enforce this under the license, but needless to say, we'd be very unhappy if you did that and really would like to leave cease and desist letters as a last resort.
Also, while we cannot enforce this under the license, you cannot use our CDN/files/assets on your own launcher. Again we cannot enforce this under the license, but needless to say, we'd be very unhappy if you did that and really would like to leave cease and desist letters as a last resort.

0 comments on commit 97ae164

Please sign in to comment.