Skip to content

Commit 7c2a0bc

Browse files
committed
More readme updates
1 parent a210dd5 commit 7c2a0bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ This assumes that PHP and Composer is already installed. This also assumes that
1010
- Running the `devstack` command should list all available commands that you can use.
1111

1212

13-
# Initializing Runtimes
13+
## Initializing Runtimes
1414
There are to ways to initialize runtimes.
1515
1. By running `devstack https://github.com/vendor/the-name-of-the-runtime`.
1616
2. By using a private repository. This good for runtimes that you don't want to share to the world.
1717

18-
## Using Private Runtimes
18+
### Using Private Runtimes
1919
You can do this by following the steps below:
2020
1. Run the `devstack config` command, this will ask the repository url, the branch, and token. The token here is your personal access token. Visit [this](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) page for more details on how to obtaine one.
2121
2. Once the configuration is done, you may now initialize runtimes from your private repository by doing `devstack init the_runtime_name`.

0 commit comments

Comments
 (0)