Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #9934 from EOSIO/doc-a-thon/cleos3
Browse files Browse the repository at this point in the history
[docs] cleos doc-a-thon feedback 3
  • Loading branch information
ovi authored Jan 25, 2021
2 parents 0132294 + cbf634a commit 6ed8d6a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/02_cleos/02_how-to-guides/how-to-get-account-information.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ Query infomation of an EOSIO account

* Install the currently supported version of `cleos`

* Understand the following:
* What is an account
[[info | Note]]
| The cleos tool is bundled with the EOSIO software. [Installing EOSIO](../../00_install/index.md) will also install the cleos tool.

* Acquire functional understanding of [EOSIO Accounts and Permissions](https://developers.eos.io/welcome/latest/protocol/accounts_and_permissions)


## Steps

Expand All @@ -16,8 +19,9 @@ Execute the command below:
```sh
cleos get account ACCOUNT_NAME
```
Where ACCOUNT_NAME = name of the existing account in the EOSIO blockchain.

This should produce similar output as below:
**Example Output**

```console
created: 2018-06-01T12:00:00.000
Expand Down

0 comments on commit 6ed8d6a

Please sign in to comment.