Skip to content

Commit 9b46aa8

Browse files
committed
Fix readme
1 parent d1df2a7 commit 9b46aa8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,9 @@ Example: [my own image](https://github.com/queil/image/blob/main/src/Dockerfile)
4040

4141
Rooz by default runs containers as `root` - not recommended. It's the best to create a user and set it with `USER` command in you Docker image.
4242

43-
2. Init `rooz` - it generates a new ssh key, stores it in a Docker volume, later auto-mounted to your work containers:
44-
45-
```sh
46-
rooz init
47-
```
43+
2. Init rooz - it generates a new ssh key, stores it in a Docker volume, later auto-mounted to your work containers:
4844

45+
Just run `rooz` and exit the opened terminal once finished. You should be able to scroll up to view the public key.
4946
Before moving on make sure you add your newly generated public key to your git provider.
5047

5148
3. Runs a container, cloning a repo:

0 commit comments

Comments
 (0)