Skip to content

instructions how to update to a new version of development #122

@arhimede

Description

@arhimede

somwhere, not sure where , maybe in release note ?

For the latest change, which introduce node24 command, upgrade instructions should be :

  1. go to /home/username/development
  2. run the command git pull
  3. open the file home/username/.bash_profile
  4. add a line like :
    alias node24="sudo dnf remove nodejs -y && curl -fsSL https://rpm.nodesource.com/setup_24.x | sudo bash - && sudo dnf install nodejs -y"
  5. save and logout and login again
  6. node24

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions