Skip to content

Commit

Permalink
Updated Ubnutu version and go version in docs (#587)
Browse files Browse the repository at this point in the history
Updated Go Lang version in docs
Updated Ubuntu version since some features work on v22 as well

Co-authored-by: Rares Gaia <ragaia@cisco.com>
  • Loading branch information
raresgaia123 and Rares Gaia authored Jun 6, 2024
1 parent 5888067 commit 00fc66b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ eval "$(pyenv init -)"
echo -e '\nif command -v pyenv 1>/dev/null 2>&1; then\n eval "$(pyenv init -)"\nfi' >> ~/.bash_profile
```

#### Ubuntu 20.04
#### Ubuntu 20.04 or 22.04

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

First, keep package list and their dependencies up to date.
```bash
Expand Down Expand Up @@ -101,9 +101,9 @@ Depending on Linux distributions, several package managers such as `apt`, `yum`,
brew install go
brew install golangci-lint
```
### Ubuntu 20.04
### Ubuntu 20.04 or 22.04

The following shows how to install the above packages in Ubuntu 20.04.
The following shows how to install the above packages in Ubuntu 20.04 or 22.04.

First, keep package list and their dependencies up to date.
```bash
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart-ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Prerequisites

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

Expand Down

0 comments on commit 00fc66b

Please sign in to comment.