chore: updated readme
5e446189
1 file(s) · +2 −2
| 9 | 9 | Install using your package manager of choice |
|
| 10 | 10 | ||
| 11 | 11 | ```bash |
|
| 12 | - | npm i -g @stevedylandev/atlas |
|
| 12 | + | npm i -g @stevedylandev/atlas@latest |
|
| 13 | 13 | ``` |
|
| 14 | 14 | ||
| 15 | 15 | Make sure it worked by running `atlas` |
|
| 104 | 104 | > [!NOTE] |
|
| 105 | 105 | > If you don't see any changes, make sure you uninstall any previously installed versions. If you use Bun it should overwrite but you can always manually fix it: |
|
| 106 | 106 | > ```bash |
|
| 107 | - | > which atlas | rm xargs |
|
| 107 | + | > which atlas | xargs rm |
|
| 108 | 108 | > ``` |
|
| 109 | 109 | ||
| 110 | 110 | ## Feedback |
|