-
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.
- Loading branch information
1 parent
d11a813
commit 921ab55
Showing
1 changed file
with
1 addition
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ remotes::install_github("canmod/macpan2") | |
|
||
For projects in production one should install a specific version, as in the following command. The current version is given by a version badge at the beginning of this document. | ||
``` | ||
remotes::install_github("canmod/[email protected].1") | ||
remotes::install_github("canmod/[email protected].2") | ||
``` | ||
|
||
Developers and contributors should clone this repository and call `make` at the command-line in the top level directory. The following `make` rules are available for getting more control over the build process. | ||
|