File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,19 @@ Or `brew tap jetstack/jetstack` and then `brew install <formula>`.
9
9
## Documentation
10
10
11
11
` brew help ` , ` man brew ` or check [ Homebrew's documentation] ( https://docs.brew.sh ) .
12
+
13
+ ## Updating Paranoia
14
+
15
+ 1 . Open the ` paranoia.rb ` file in your editor
16
+ 1 . Update the URL to the latest version
17
+ 2 . Update the SHA256 checksum
18
+ 1 . In the Latest Paranoia release page, click on the ` Assets ` dropdown
19
+ 2 . Download the ` Source Code .tar.gz ` file
20
+ 3 . Open the terminal and navigate to the directory where the file is downloaded
21
+ 4 . Run the command ` shasum -a 256 <file> ` to generate the SHA256 checksum
22
+ 5 . Copy the checksum and paste it in the ` paranoia.rb ` file
23
+ 3 . Update the ` version ` to the latest version in the ` root_url ` line.
24
+ 2 . Commit the changes
25
+ 3 . Wait for tests to complete
26
+ 4 . Assign the label ` pr-pull ` to the PR
27
+ 5 . Wait for the PR to be action
You can’t perform that action at this time.
0 commit comments