Skip to content

Commit

Permalink
docs: update installation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
KernelPanic92 authored May 28, 2024
1 parent fd029db commit 71938d2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,20 @@ and maintain Devmy applications directly from a command shell.

### Requirements

- [Dart SDK](https://dart.dev/get-dart)
- Compatible Operating System: MacOS, Linux

### Installation Steps

#### Dart Activate
Install with dart tools:

```dart
dart pub global activate --source git https://github.com/acadevmy/devmy_cli
```

#### Install executable binaries

1. Navigate to the [latest release](https://github.com/acadevmy/devmy_cli/releases/latest) on GitHub.

2. Download the executable file compatible with your operating system:
Expand Down

0 comments on commit 71938d2

Please sign in to comment.