From a56871080dbb6bd736dfc5cd44a1d6382f7d5eb9 Mon Sep 17 00:00:00 2001 From: Hazork Date: Sat, 10 Apr 2021 10:13:01 -0300 Subject: [PATCH] Old start.cmd mentions and all links with --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b782c06..f7702b6 100644 --- a/README.md +++ b/README.md @@ -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 releases 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 SDA on the account and after that, you will find it here. ## 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 docs._ @@ -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._ @@ -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 `LICENSE` 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 GitHub Profile Page or open a new issue.