Skip to content

Commit

Permalink
Update software.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dndrks committed Aug 22, 2024
1 parent 8afc1e8 commit cf9bbab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions norns/help/software.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ numClassDeps 1604 gNumClasses 3206

The first `ERROR` we see tells us that:

- there is are duplicates of a Class named `'exampleName'`
- the first file is located at: `/home/we/.local/share/SuperCollider/Extensions/exampleFolder/Classes/exampleName.sc`
- the second file is located at: `/home/we/.local/share/SuperCollider/Extensions/supercollider-plugins/exampleName.sc`
- there is a duplicate of a Class named `'exampleName'`
- one copy is located at: `/home/we/.local/share/SuperCollider/Extensions/exampleFolder/Classes/exampleName.sc`
- another copy is located at: `/home/we/.local/share/SuperCollider/Extensions/supercollider-plugins/exampleName.sc`

To rectify, you will need to erase one of the two files. For this example, we'll remove the first folder listed by executing the following via maiden's command line (using `exampleFolder` as an example folder name):

Expand Down

0 comments on commit cf9bbab

Please sign in to comment.