README: include URL for Linux sublevel tags
The GitHub repo doesn't have tags for sublevel (X.Y.Z) releases, unlike the master Bootlin Elixir site. Add the master repo that does have the sublevel tags to the README.
This commit is contained in:
parent
626ac46dc8
commit
777362c787
1 changed files with 8 additions and 4 deletions
12
README.md
12
README.md
|
|
@ -100,9 +100,13 @@ And then run `source /etc/profile`.
|
|||
|
||||
### Clone Kernel source code
|
||||
|
||||
```
|
||||
git clone https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git /path/elixir-data/linux/repo/
|
||||
```
|
||||
Run one of the following, depending on whether or not you want `SUBLEVEL`
|
||||
(X.Y.Z) tags:
|
||||
|
||||
* `git clone https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git /path/elixir-data/linux/repo/`
|
||||
* Has only X.Y and X.Y-rcZ tags
|
||||
* `git clone git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git /path/elixir-data/linux/repo/`
|
||||
* Has X.Y.Z tags
|
||||
|
||||
### First Test
|
||||
|
||||
|
|
@ -382,7 +386,7 @@ The response body is of the following structure:
|
|||
{
|
||||
"definitions":
|
||||
[{"path": "commands/loadb.c", "line": 71, "type": "variable"}, ...],
|
||||
"references":
|
||||
"references":
|
||||
[{"path": "arch/arm/boards/cm-fx6/board.c", "line": "64,64,71,72,75", "type": null}, ...]
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue