Skip to content

Commit

Permalink
ink! analyzer (phase 2) - milestone 5 - add tag checkout instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsemakula committed Oct 31, 2023
1 parent d5c1685 commit e6aa8d4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion deliveries/ink-analyzer-phase-2-milestone-5.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,10 @@ Please see the [README](https://github.com/ink-analyzer/ink-analyzer#readme) for

**Additional Information**

Please use the [master branch](https://github.com/ink-analyzer/ink-analyzer/tree/master) for testing, another branch will be used for continued work until the completion of the review.
Please use the [lsp-server-v0.2.11](https://github.com/ink-analyzer/ink-analyzer/releases/tag/lsp-server-v0.2.11) tag for testing.

You can checkout the tag locally as follows:
```shell
git fetch --all --tags
git checkout tags/lsp-server-v0.2.11 -b lsp-server-v0.2.11
```

0 comments on commit e6aa8d4

Please sign in to comment.