OtoroLin commited on
Commit
c6abc5d
·
1 Parent(s): 5116429

Fix bug in developer_README.md

Browse files
Files changed (1) hide show
  1. contributor_README.md +1 -1
contributor_README.md CHANGED
@@ -55,7 +55,6 @@ HyperForensics-plus-plus/
55
  ```
56
  ## 4. Zip the Directory
57
  After modifying or generating data, zip the directory into `.tar.gz` files and place it in the repository.
58
-
59
  You can utilize the provided `zipping.sh` script. First, modify the `ROOT_DIR` variable to the `local_data` path
60
  ```bash
61
  # In zipping.sh
@@ -95,5 +94,6 @@ git push origin pr/<pr index>:refs/pr/<pr index>
95
  Replace `<pr index>` with the pull request index.
96
  ## 6. Wait for merging the Pull Request
97
  Once the pull request is created, the repository maintainer will review and merge it.
 
98
  ---
99
  Thank you for contributing to the HyperForensics++ dataset!
 
55
  ```
56
  ## 4. Zip the Directory
57
  After modifying or generating data, zip the directory into `.tar.gz` files and place it in the repository.
 
58
  You can utilize the provided `zipping.sh` script. First, modify the `ROOT_DIR` variable to the `local_data` path
59
  ```bash
60
  # In zipping.sh
 
94
  Replace `<pr index>` with the pull request index.
95
  ## 6. Wait for merging the Pull Request
96
  Once the pull request is created, the repository maintainer will review and merge it.
97
+
98
  ---
99
  Thank you for contributing to the HyperForensics++ dataset!