mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 13:34:54 +03:00
new Build From Source and adjustments
This commit is contained in:
parent
af4f3baf39
commit
e7ad71df14
26
README.md
26
README.md
@ -68,7 +68,19 @@ Follow the steps below to install:
|
|||||||
|
|
||||||
We concentrate our discussions on our [Discord](https://discord.gg/hydralauncher) server.
|
We concentrate our discussions on our [Discord](https://discord.gg/hydralauncher) server.
|
||||||
|
|
||||||
Join, grab the Collaborator role, go the dev channel and we talk to us and share your ideas.
|
1. Join our server
|
||||||
|
2. Go to the roles channel and grab the Collaborator role
|
||||||
|
3. Go to the dev channel, talk to us and share your ideas.
|
||||||
|
|
||||||
|
### Fork and clone your repository
|
||||||
|
|
||||||
|
1. Fork the repository [(click here to fork now)](https://github.com/hydralauncher/hydra/fork)
|
||||||
|
2. Clone your forked code `git clone https://github.com/your_username/hydra`
|
||||||
|
3. Create a new branch
|
||||||
|
4. Push your commits
|
||||||
|
5. Submit a new Pull Request
|
||||||
|
|
||||||
|
## Build from source
|
||||||
|
|
||||||
### Install Node.js
|
### Install Node.js
|
||||||
|
|
||||||
@ -78,11 +90,6 @@ Ensure you have Node.js installed on your machine. If not, download and install
|
|||||||
|
|
||||||
Yarn is a package manager for Node.js. If you haven't installed Yarn yet, you can do so by following the instructions on [yarnpkg.com](https://classic.yarnpkg.com/lang/en/docs/install/).
|
Yarn is a package manager for Node.js. If you haven't installed Yarn yet, you can do so by following the instructions on [yarnpkg.com](https://classic.yarnpkg.com/lang/en/docs/install/).
|
||||||
|
|
||||||
### Fork and clone your repository
|
|
||||||
|
|
||||||
1. Fork the repository [(click here to fork now)](https://github.com/hydralauncher/hydra/fork)
|
|
||||||
2. Clone your forked code `git clone https://github.com/your_username/hydra`
|
|
||||||
|
|
||||||
### Install Node Dependencies
|
### Install Node Dependencies
|
||||||
|
|
||||||
Navigate to the project directory and install the Node dependencies using Yarn:
|
Navigate to the project directory and install the Node dependencies using Yarn:
|
||||||
@ -164,6 +171,13 @@ yarn build:linux
|
|||||||
<sub><b>Null</b></sub>
|
<sub><b>Null</b></sub>
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
|
<td align="center">
|
||||||
|
<a href="https://github.com/fzanutto">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/15229294?v=4" width="100;" alt="fzanutto"/>
|
||||||
|
<br />
|
||||||
|
<sub><b>Null</b></sub>
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
<td align="center">
|
<td align="center">
|
||||||
<a href="https://github.com/JackEnx">
|
<a href="https://github.com/JackEnx">
|
||||||
<img src="https://avatars.githubusercontent.com/u/167036558?v=4" width="100;" alt="JackEnx"/>
|
<img src="https://avatars.githubusercontent.com/u/167036558?v=4" width="100;" alt="JackEnx"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user