Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
Note for windows users
  • Loading branch information
OlegYch authored Oct 18, 2024
1 parent b1fc142 commit 7003541
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,9 @@ gpg --armor --export-secret-keys %LONG_ID% | openssl base64
```

*If you try to display the base64 encoded string in the terminal, some shells (like zsh or fish)
may include an additional % character at the end, to mark the end of content which was not terminated by a newline character. This does not indicate a problem.*
may include an additional % character at the end, to mark the end of content which was not terminated by a newline character. This does not indicate a problem.
Note for Windows - delete any linebreaks or spaces when copying the encoded string from terminal.
*
- `SONATYPE_PASSWORD`: The password you use to log into
https://s01.oss.sonatype.org/ (or https://oss.sonatype.org/ if your Sonatype
account was created before February 2021). Alternatively, the password part of
Expand Down

0 comments on commit 7003541

Please sign in to comment.