Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tropicbliss authored Jul 21, 2021
1 parent 449020a commit 1fa7b51
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# xboxlive-auth
A program to retrieve a Minecraft account's access token based on the new Microsoft authentication scheme.
A proof-of-concept program to retrieve a Minecraft account's access token based on the new Microsoft authentication scheme.

## Command line arguments

Run `xboxlive-auth --help` or `./xboxlive-auth --help`.

## Compiling from source

1. Download the `rustup` toolchain right [here](https://rustup.rs/). Follow the instructions for your platform.
2. Run `git clone https://github.com/chronicallyunfunny/xboxlive-auth.git` in an appropriate directory to clone the repo.
3. In the folder named `xboxlive-auth`, run `cargo build --release`. The resulting executable file after compilation should be in the `target/release/` directory relative from the `xboxlive-auth` folder.

0 comments on commit 1fa7b51

Please sign in to comment.