-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from Workiva/readme-updates
FEDX-965: Readme updates
- Loading branch information
Showing
2 changed files
with
27 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Install `dpx`: | ||
```bash | ||
dart pub global activate dpx | ||
``` | ||
|
||
Run the example: | ||
```bash | ||
> dart pub global run dpx github:Workiva/dpx#path=example/dpx_hello | ||
# Or if you have Dart global executables in your path: | ||
> dpx github:Workiva/dpx#path=example/dpx_hello | ||
Need to install the following packages: | ||
Git repository "https://github.com/Workiva/dpx.git" at path "example/dpx_hello" | ||
Ok to proceed? (y/n) y | ||
8 888888888o. 8 888888888o `8.`8888. ,8' | ||
8 8888 `^888. 8 8888 `88. `8.`8888. ,8' | ||
8 8888 `88. 8 8888 `88 `8.`8888. ,8' | ||
8 8888 `88 8 8888 ,88 `8.`8888.,8' | ||
8 8888 88 8 8888. ,88' `8.`88888' | ||
8 8888 88 8 888888888P' .88.`8888. | ||
8 8888 ,88 8 8888 .8'`8.`8888. | ||
8 8888 ,88' 8 8888 .8' `8.`8888. | ||
8 8888 ,o88P' 8 8888 .8' `8.`8888. | ||
8 888888888P' 8 8888 .8' `8.`8888. | ||
``` |