Skip to content

Commit

Permalink
[README] Fixes typos, markdown (#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikoandpiko authored May 16, 2022
1 parent 43c1eaa commit 1150f33
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Heroic is built with Web Technologies like: TypeScript, React, NodeJS and Electr
- Open game page on Epic Store
- Open game page on GOG.com
- Search for the game on ProtonDB [Linux]
- Sync installed games with an existing Epic Games instalation
- Sync installed games with an existing Epic Games installation
- Sync saves with the cloud [Epic]

## Planned features
Expand Down Expand Up @@ -92,8 +92,8 @@ Heroic is built with Web Technologies like: TypeScript, React, NodeJS and Electr
- Swedish
- Tamil
- Turkish
- Ukranian
- Vietnamize
- Ukrainian
- Vietnamese

### Help with Translations [Here](https://hosted.weblate.org/projects/heroic-games-launcher)

Expand Down Expand Up @@ -134,19 +134,19 @@ If you don't use VS Code or don't want it integrated with the container, you can

1. From the root of your local Heroic directory, run:

```
```bash
docker build -t heroicdevcontainer -f Dockerfile .
```

2. Assuming all went well, you can now enter the container:

```
```bash
docker run -it -v ./:/tmp/heroic localhost/heroicdevcontainer:latest
```

3. The above command will mount your local Heroic dir to `/tmp/heroic` in the container (unless you used a different path).

```
```bash
cd /tmp/heoric
```

Expand All @@ -171,15 +171,15 @@ sudo dpkg -i heroic_x.x.x_amd64.deb

You can add the [**MAD Linux**](https://madlinux.sourceforge.io) [`apt` repository](https://gitlab.com/myawesomedistro/madrepo):

```
```bash
bash <(wget -O- https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/madrepo.sh)
```

If you need support on it, get access to **MAD Linux** [**Guilded**](https://guilded.gg/madlinux) server.

Maybe you want to boost the download speed on updates with [`apt-fast`](https://github.com/ilikenwf/apt-fast):

```
```bash
sudo add-apt-repository -y ppa:apt-fast/stable
sudo apt install -y apt-fast
apt-fast install -y heroic
Expand Down

0 comments on commit 1150f33

Please sign in to comment.