Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dtandersen authored Mar 30, 2023
1 parent 818420e commit 60e0ca1
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# How to use
# JupyterHub container for DSC 80

1. Fork repository
2. Edit Dockerfile

How to create a release
Go to the Releases page on github
"Create a new release"
Under "Choose a Tag" enter "sp23" and press enter
Then "Publish Release"
Or, instead of using github, push a tag "sp23" using the git command line interface: git tag sp23; git push origin sp23
How to re-release
Go to the Releases page
Click the Tags tab
Delete the tag
Or, instead of using github, delete the tag "sp23" use the git command line interface to delete the tag: git -d sp23; git push ---delete origin sp23
Follow instructions above to recreate the tag

0 comments on commit 60e0ca1

Please sign in to comment.