Search code examples
smalltalk

How do i run gnu-smalltalk in ubuntu?


I just downloaded gnu-smalltalk with apt-get on ubuntu. How do i run smalltalk from here?

sudo apt-get install -y gnu-smalltalk

gst gives me the error: fatal: not a git repository (or any of the parent directories): .git.


Solution

  • It looks like you have a function, alias, or command named gst that is somehow related to Git. Maybe an alias for git status?