misc update

patch-1
sandeep 2023-06-24 23:27:14 +05:30
parent c0c989f0dd
commit e3af0c3631
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ git remote add upstream https://github.com/projectdiscovery/nuclei-templates
```sh
git remote update
git checkout master
git rebase upstream/master
git checkout main
git rebase upstream/main
```
## Step 3 : Create your Template Branch