Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
osteel committed Jun 8, 2023
1 parent 2d351cc commit 82ec6b8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,15 @@ You should seek the advice of a professional accountant before using this progra
### Composer

The simplest way to instal Dime is to use [Composer](https://getcomposer.org):
You can instal Dime via [Composer](https://getcomposer.org):

```
$ composer global require osteel/dime
```

Make sure the `~/.composer/vendor/bin` directory is in your system's `PATH`.
Once the script is done, you should be able to run `dime` from anywhere to use the application.

If not, make sure the `~/.composer/vendor/bin` directory is in your system's `PATH`.

<details>
<summary>Show me how</summary>
Expand All @@ -87,8 +89,6 @@ $ source ~/.bash_profile
```
</details>

You can now run `dime` from anywhere to use the application.

If you get some dependency conflicts that you cannot resolve easily, consider the method below instead.

### PHAR (Linux / Unix / macOS)
Expand Down Expand Up @@ -203,6 +203,9 @@ This operation is for transactions where you transfer a cryptoasset from and to

The market value of a transaction is its value expressed in pound sterling at the time of the transaction.

> **Note**
> Always exclude the [fee](#fee)'s market value from the transaction's market value. E.g. if you send £50.00 to an exchange and do a transaction that incurs a £0.50 fee, the transaction's market value is £49.50.
There are several ways to figure it out:

* If either the received or sent asset is a fiat amount, use that as the market value (use HMRC's [exchange rates](https://www.gov.uk/government/publications/hmrc-exchange-rates-for-2023-monthly "HMRC exchange rates for 2023: monthly") to convert it to pound sterling if necessary);
Expand Down

0 comments on commit 82ec6b8

Please sign in to comment.