Skip to content

Commit 00fc66b

Browse files
raresgaia123Rares Gaia
and
Rares Gaia
authored
Updated Ubnutu version and go version in docs (#587)
Updated Go Lang version in docs Updated Ubuntu version since some features work on v22 as well Co-authored-by: Rares Gaia <[email protected]>
1 parent 5888067 commit 00fc66b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/prerequisites.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ eval "$(pyenv init -)"
4141
echo -e '\nif command -v pyenv 1>/dev/null 2>&1; then\n eval "$(pyenv init -)"\nfi' >> ~/.bash_profile
4242
```
4343

44-
#### Ubuntu 20.04
44+
#### Ubuntu 20.04 or 22.04
4545

46-
The following shows how to install the Python environment for SDK in Ubuntu 20.04.
46+
The following shows how to install the Python environment for SDK in Ubuntu 20.04 or 22.04.
4747

4848
First, keep package list and their dependencies up to date.
4949
```bash
@@ -101,9 +101,9 @@ Depending on Linux distributions, several package managers such as `apt`, `yum`,
101101
brew install go
102102
brew install golangci-lint
103103
```
104-
### Ubuntu 20.04
104+
### Ubuntu 20.04 or 22.04
105105

106-
The following shows how to install the above packages in Ubuntu 20.04.
106+
The following shows how to install the above packages in Ubuntu 20.04 or 22.04.
107107

108108
First, keep package list and their dependencies up to date.
109109
```bash

docs/quickstart-ubuntu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Prerequisites
44

5-
* Ubuntu 20.04
5+
* Ubuntu 20.04 or 22.04
66
* Install [anaconda](https://www.anaconda.com/download/) or [miniconda](https://docs.conda.io/en/latest/miniconda.html) in order to create the environment.
77
* Clone repo (you could use `git clone https://github.com/cisco-open/flame.git`).
88

0 commit comments

Comments
 (0)