Skip to content

Commit

Permalink
Merge pull request #268 from gawsoftpl/main
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
imeoer authored Feb 19, 2024
2 parents 59a4a79 + f8cde03 commit 6ce405e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Get `accelctl` and `acceld` binaries from [acceleration-service release](https:/
generate a base64 encoded auth string like this:

```bash
$ echo '<robot-name>:<robot-secret>' | base64
$ echo -n '<robot-name>:<robot-secret>' | base64
```
> Note: the encoded auth string will be used in configuring acceleration service on the next step.

Expand Down Expand Up @@ -117,4 +117,4 @@ You can see the converted image and source oci image in the some repo, they have
## Documentation
* [Development](./docs/development.md)
* [Garbage Collection](./docs/garbage-collection.md)
* [Garbage Collection](./docs/garbage-collection.md)

0 comments on commit 6ce405e

Please sign in to comment.