-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update monomer to v0.1.4 in testapp (#303)
- Loading branch information
1 parent
53ab57a
commit 1fb6968
Showing
5 changed files
with
736 additions
and
4 deletions.
There are no files selected for viewing
Binary file not shown.
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
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ To generate a new Monomer application with the default configuration, navigate t | |
```bash | ||
rm -rf ~/.testapp \ | ||
&& rm -rf testapp \ | ||
&& go run github.com/polymerdao/monomer/cmd/[email protected].4 \ | ||
&& go run github.com/polymerdao/monomer/cmd/[email protected].5 \ | ||
&& cd testapp \ | ||
&& ./setup-helper.sh | ||
``` | ||
|
Oops, something went wrong.