Skip to content

Commit

Permalink
lint: spellcheck documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vpa1977 committed Oct 25, 2024
1 parent 2da23f0 commit 8ba1c16
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ This repository contains demos of Ubuntu OpenJDK-based ROCK containers.

The steps below describe installing all the prerequisites to run samples on the Ubuntu system.

### Step 1: install rockcraft
### Step 1: Install Rockcraft

Those samples require rockcraft features [not yet merged](https://github.com/canonical/rockcraft/compare/main...vpa1977:rockcraft:experimental-java?expand=1) into main.
Please install rockcraft from [this branch](https://github.com/vpa1977/rockcraft/tree/experimental-java):
```
snap install snapcraft
git clone -b experimental-java https://github.com/vpa1977/rockcraft
cd rockcraft
# ensure that installed version of rockcraft is removed
# ensure that the installed version of rockcraft is removed
snap remove rockcraft
snapcraft
snap install --dangerous --classic *.snap
Expand Down Expand Up @@ -61,7 +61,7 @@ sudo snap disable docker
sudo snap enable docker
```

or
or

```
sudo apt install docker.io
Expand Down
2 changes: 1 addition & 1 deletion demos/java-rockcraft-plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ beforeSettings {
EOF
```

Alternatively configure it in your project's `settings.gradle.kts`.
Alternatively, configure it in your project's `settings.gradle.kts`.

# Using the plugins

Expand Down
2 changes: 1 addition & 1 deletion demos/rockcraft/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Please install rockcraft from [this branch](https://github.com/vpa1977/rockcraft
snap install snapcraft
git clone -b experimental-java https://github.com/vpa1977/rockcraft
cd rockcraft
# ensure that installed version of rockcraft is removed
# ensure that the installed version of rockcraft is removed
snap remove rockcraft
snapcraft
snap install --dangerous --classic *.snap
Expand Down
2 changes: 1 addition & 1 deletion demos/rockcraft/spring-framework-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ docker run spring-petclinic exec /usr/bin/java -jar /jars/spring-petclinic-3.3.0

# Customizing the rock

Teh generated rockcraft.yaml file contains instructions on customizing the rock.
The generated rockcraft.yaml file contains instructions on customizing the rock.
[rockcraft.yaml](rockcraft.yaml) in the current directory provides an example of overriding the build step and defining the startup service.

0 comments on commit 8ba1c16

Please sign in to comment.