Skip to content

Commit

Permalink
Prefer Docker in getting-started instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
NickAcPT committed Aug 1, 2024
1 parent e621000 commit e621000
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,17 @@ modes, native Ears mod support and Minecraft capes.

Moving off from a different avatar service? _We've got you covered._ Self-hosting NMSR is easy as _**1**, **2**, **3**_!

### No Docker

1. Clone the repository.
2. Run `cargo run --release --bin nmsr-aas`
3. You're done! The service is now running on `http://localhost:8080`.

### Docker

1. Clone the repository and rename the `example.config.toml` file to `config.toml`.
2. Run `docker build -t nmsr .`
3. Run `docker run -p 8080:8080 nmsr`

### No Docker

1. Clone the repository.
2. Run `cargo run --release --bin nmsr-aas`
3. You're done! The service is now running on `http://localhost:8080`.

## Supported render modes

Expand Down

0 comments on commit e621000

Please sign in to comment.