Skip to content

Commit

Permalink
Old start.cmd mentions and all links with <a>
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Apr 10, 2021
1 parent bce1f87 commit a568710
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,21 @@ This project is an open source initiative to host multiple steam accounts making

## Downloading

Open this repository [releases](https://github.com/ArthurFiorette/steam-trader/releases) tab and download the latest source code **.zip** file.
Open this repository <a href="https://github.com/ArthurFiorette/steam-trader/releases" target="_blank">releases</a> tab and download the latest source code **.zip** file.

## Configuration

A config.json file already existed in previous versions, however, now everything is officially configured by our panel. To access it, start the application correctly and go to [localhost:1227](http://localhost:1227)
A `config.json` file already existed in previous versions, however, now everything is officially configured by our panel. To access it, start the application correctly and go to localhost at the specified port.

#### SDA, Shared Secret and Identity Secret

To register a steam account with **steam-trader**, you need to know the `Shared Secret` and `Identity Secret` of your account. These two secrets are responsible for the automatic generation of the steam guard mobile code and auto reconnection.

To get them easily, you will need to enable [SDA](https://github.com/Jessecar96/SteamDesktopAuthenticator) on the account and after that, you will find it [here](https://www.youtube.com/watch?v=JjdOJVSZ9Mo).
To get them easily, you will need to enable <a href="https://github.com/Jessecar96/SteamDesktopAuthenticator" target="_blank">SDA</a> on the account and after that, you will find it <a href="https://www.youtube.com/watch?v=JjdOJVSZ9Mo" target="_blank">here</a>.

## Executing

Now, to start this application, you can **_run the [`start.cmd`](start.cmd) script at the root of this project_** and follow the installation and startup steps or run it manually as follows:

1. ##### You can host it docker on any hosting service that supports containerized applications or use docker locally, simply by typing:
You can host it docker on any hosting service that supports containerized applications or use docker locally, simply by typing:

###### _For any help with docker, here are the <a href="https://docs.docker.com/compose/" target="_blank">docs</a>._

Expand All @@ -70,7 +68,7 @@ $ docker-compose up
$ docker-compose up -d
```

2. ##### If you have no access or knowledge to use Docker, you can run it having **Node.JS** installed. As we have a `package.json` in our root containing some scripts, all you need to do is follow these steps.
If you have no access or knowledge to use Docker, you can run it having **Node.JS** installed. As we have a `package.json` in our root containing some scripts, all you need to do is follow these steps.

###### _Always prefer to use Docker, as this application was built based on it and is totally faster._

Expand All @@ -92,8 +90,8 @@ After building and installing it for the first time, you are ready to go and you

## License

Licensed under the **GNU General Public License v3.0**. See [`LICENSE`](LICENSE) for more informations.
Licensed under the **GNU General Public License v3.0**. See <a href="LICENSE" target="_blank">`LICENSE`</a> for more informations.

## Contact

See my contact information on my [GitHub Profile Page](https://github.com/ArthurFiorette) or open a new issue.
See my contact information on my <a href="https://github.com/ArthurFiorette" target="_blank">GitHub Profile Page</a> or open a new issue.

0 comments on commit a568710

Please sign in to comment.