-
Notifications
You must be signed in to change notification settings - Fork 7
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 #148 from epics-containers/updates
fixes for latest change to ioc-template
- Loading branch information
Showing
3 changed files
with
12 additions
and
12 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 |
---|---|---|
|
@@ -3,13 +3,15 @@ | |
This requires that you have copier in your path which you can do by activating a virtual environment and installing it. | ||
|
||
```bash | ||
python3 -m venv venv | ||
source venv/bin/activate | ||
pip install copier | ||
``` | ||
|
||
Then you can run the following command to update your generic IOC to the latest template, this example for ioc-adaravis. | ||
Then you can run the following commands to update your generic IOC to the latest template, this example for ioc-adaravis. | ||
|
||
```bash | ||
git clone ioc-adaravis --recursive | ||
git clone [email protected]:epics-containers/ioc-adaravis --recursive | ||
cd ioc-adaravis | ||
git checkout -b update-template | ||
copier update --trust | ||
|
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