train-osource/README.md
2025-02-04 17:08:04 +00:00

31 lines
493 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Train
#### РЖД - Российские Железные Дороги
Сборка:
```
go mod tiny
go build -o train
```
Из бинарника в команды:
```
./train install-all
```
Дальше пропишите у себя в .*rc:
```
export PATH="$HOME/.rails/bin:$PATH"
```
И будет вам счастье
## Пока-что есть два пакета
* choochoo-build
* fastfetch/neofetch (later)
## Обновлятся вот так
```
train selfupd
```