tidy up introduction info
This commit is contained in:
parent
49f252f37e
commit
f506ae7e20
1 changed files with 7 additions and 2 deletions
|
@ -1,11 +1,16 @@
|
||||||
# Upgrading
|
# Upgrading
|
||||||
|
|
||||||
All commands are executed from the root of the project that imports oidc packages.
|
All commands are executed from the root of the project that imports oidc packages.
|
||||||
`sed` commands are created with GNU `sed` in mind and might need alternate syntax
|
`sed` commands are created with **GNU sed** in mind and might need alternate syntax
|
||||||
on non-GNU systems, such as MacOS or the GNU sed command to be installed manually.
|
on non-GNU systems, such as MacOS.
|
||||||
|
Alternatively, GNU sed can be installed on such systems. (`coreutils` package?).
|
||||||
|
|
||||||
## V2 to V3
|
## V2 to V3
|
||||||
|
|
||||||
|
**TL;DR** at the [bottom](#full-script) of this chapter is a full `sed` script
|
||||||
|
containing all automatic the steps at once.
|
||||||
|
|
||||||
|
|
||||||
As first steps we will:
|
As first steps we will:
|
||||||
1. Download the latest v3 module;
|
1. Download the latest v3 module;
|
||||||
2. Replace imports in all Go files;
|
2. Replace imports in all Go files;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue