Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
leonovk committed Feb 5, 2024
1 parent c433452 commit 955d5d5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ minicode --version

Command `--help` will offer you a list of possible commands

If the minicode command was not found, most likely you need to enter a new path in the settings of your .bash_profile (or similar)

```bash
echo 'export PATH=${executable_folder}:\$PATH' >> .bash_profile
```

In this case, an example of such a command will be shown to you at the end of the installation script.

## Update

To update your version to the latest use the following command
Expand Down

0 comments on commit 955d5d5

Please sign in to comment.