Skip to content

Commit

Permalink
Fixing some minor errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikechambers committed Dec 15, 2020
1 parent f9f52c3 commit fc695b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export MANIFEST_PATH="/home/mesh/destiny/manifest.sqlite3"

Then, I can just use `$MANIFEST_PATH` whenever I need to use it.

Here are some resources showing how to set environment variables on [Mac OS X](https://apple.stackexchange.com/questions/106778/how-do-i-set-environment-variables-on-os-x), [Linux](https://www.serverlab.ca/tutorials/linux/administration-linux/how-to-set-environment-variables-in-linux/) and [Window](https://support.shotgunsoftware.com/hc/en-us/articles/114094235653-Setting-global-environment-variables-on-Windows),
Here are some resources going over how to set environment variables on [Mac OS X](https://apple.stackexchange.com/questions/106778/how-do-i-set-environment-variables-on-os-x), [Linux](https://www.serverlab.ca/tutorials/linux/administration-linux/how-to-set-environment-variables-in-linux/) and [Window](https://support.shotgunsoftware.com/hc/en-us/articles/114094235653-Setting-global-environment-variables-on-Windows).

### Retrieve your member id, platform and character ids

Expand Down Expand Up @@ -137,7 +137,7 @@ Storing this data in enviroment variables is not required but makes it much easi
So, lets start getting some data. Lets see whether we are playing Destiny 2, and if so, which activity:

```
$ dclia --member-id $MEMBER_ID --platform $PLATFORM --manifest-path $MANIFEST_PATH
$ dclia --member-id $MEMBER_ID --platform $PLATFORM --manifest-path $MANIFEST_PATH
```

Lets see all of our Crucible stats since the weekly reset on Tuesday:
Expand Down

0 comments on commit fc695b6

Please sign in to comment.