diff --git a/docs/getting-started.md b/docs/getting-started.md index 392eb51..ae9f139 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -31,7 +31,7 @@ enbas init Use the `--config-dir` flag if you want to generate it in a specific directory ```bash -enbas --config-dir config init +enbas --config-dir ./config init ``` You should now see a file called `config.json` in your configuration directory. @@ -57,7 +57,7 @@ You can read more about this https://docs.gotosocial.org/en/latest/api/authentic Follow the below steps to log into your account: 1. Run the `login` command specifying the instance that you want to log into. - ``` + ```bash enbas login --instance gts.enbas-demo.private ``` @@ -104,3 +104,50 @@ Out-of-band token: ZDRKOTE0NMUTZGVHZC0ZNJVJLWJINTMTMWE1M2UWYWFHOTQY ``` ## View your account information + +You can verify that you have successfully logged in by viewing your account information. + +```bash +enbas show --type account --my-account +``` + +### Example + +``` +$ enbas show --type account --my-account + +Percy Cade (@percy) + +ACCOUNT ID: +01629QXYN8X597CZDAH4BTY32R + +JOINED ON: +29 Jun 2024 + +STATS: +Followers: 0 +Following: 0 +Statuses: 0 + +BIOGRAPHY: +Hey there, the name's Percy. + +I've been a Platform Engineer in the Healthcare industry for 5 years and +counting. I love containerising anything and everything with Docker and +Kubernetes, and often find myself dabbling with Python, Go and Rust. + +In my free time I like to cook, blog about FOSS software news and make videos +documenting my travels across the UK. + + +METADATA: +Pronouns: he/him +Location: Hertfordshire, UK +My website: https://percycade.me.private +My blogs: https://blogs.percycade.me.private +My photos: https://photos.percycade.me.private +My videos: https://videos.percycade.me.private + +ACCOUNT URL: +https://gts.enbas-demo.private/@percy +```