Skip to content

Commit

Permalink
fix: πŸ› order of apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Sep 8, 2023
1 parent 19a5f14 commit 436d57a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions references/Lightning CLI/error-linking-with-cc-failed.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ error: linking with `cc` failed: exit status: 1
error: could not compile `fleek-service-ping-example` (lib) due to previous error
```

## Install `gcc`:
## Update

```sh
sudo apt-get install gcc
sudo apt-get update
```

## Update
## Install `gcc`:

```sh
sudo apt-get update
sudo apt-get install gcc
```

## Remove previous installation files
Expand Down

0 comments on commit 436d57a

Please sign in to comment.